color codes Logo

#d5e94b color codes

#D5E94B
(213,233,75)
0 Favorites   0 Comments

Color spaces of #d5e94b

RGB 21323375
HSL0.190.780.60
HSV68°68°91°
CMYK 0.090.000.68   0.09
XYZ57.849572.932017.6849
Yxy72.93200.38960.4912
Hunter Lab85.4002-28.535847.5022
CIE-Lab88.4153-26.334770.9047

#d5e94b color RGB value is (213,233,75).

#d5e94b hex color red value is 213, green value is 233 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d5e94b hue: 0.19 , saturation: 0.78 and the lightness value of d5e94b is 0.60.

The process color (four color CMYK) of #d5e94b color code is 0.09, 0.00, 0.68, 0.09. Web safe color of #d5e94b is #ccff33. Color #d5e94b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101001 01001011
Octal 325 351 113
Decimal 213 233 75
Hex D5 E9 4B

RGB Percentages of Color #d5e94b

%40.88
%44.72
%14.40

CMYK Percentages of Color #d5e94b

%9
%0
%68
%9

Triadic Colors of #d5e94b

#d5e94b #4bd5e9 #e94bd5

Analogous Colors of #d5e94b

#d5e94b #86e94b #e9ae4b

Monochromatic Colors of #d5e94b

#d5e94b

Complementary Color

#d5e94b #5f4be9

#d5e94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5e94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5e94b Color CSS Codes

.mybgcolor {background-color:#d5e94b; } 
.myforecolor {color:#d5e94b; }
.mybordercolor {border:3px solid #d5e94b; }

#d5e94b Text Font Color

<p style="color:#d5e94b">Text here</p>

This sample text font color is #d5e94b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d5e94b Background Color

<div style="background-color:#d5e94b">
Div content here</div>

This div background color is #d5e94b


#d5e94b Border Color

<div style="border:3px solid #d5e94b">
Div here</div>

This div border color is #d5e94b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,233,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5e94b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5e94b;
  -webkit-box-shadow: 1px 1px 3px 2px #d5e94b;
  box-shadow:         1px 1px 3px 2px #d5e94b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,233,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d5e94b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d5e94b;
  -webkit-box-shadow: 1px 1px 3px 2px #d5e94b;
  box-shadow:         1px 1px 3px 2px #d5e94b;">
Div content here</div>

This div box has shadow with color #d5e94b


Comments

No comments written yet.

Please login to write comment.