Color Hex Logo

#dee15b Color Hex

#DEE15B
(222,225,91)
0 Favorites   0 Comments

Color spaces of #dee15b

RGB 22222591
HSL0.170.690.62
HSV61°60°88°
CMYK 0.010.000.60   0.12
XYZ58.937770.135420.3287
Yxy70.13540.39450.4694
Hunter Lab83.7469-20.935944.2308
CIE-Lab87.0632-17.866563.3864

#dee15b color RGB value is (222,225,91).

#dee15b hex color red value is 222, green value is 225 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dee15b hue: 0.17 , saturation: 0.69 and the lightness value of dee15b is 0.62.

The process color (four color CMYK) of #dee15b color hex is 0.01, 0.00, 0.60, 0.12. Web safe color of #dee15b is #cccc66. Color #dee15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01011011
Octal 336 341 133
Decimal 222 225 91
Hex DE E1 5B

RGB Percentages of Color #dee15b

%41.26
%41.82
%16.91

CMYK Percentages of Color #dee15b

%1
%0
%60
%12

Triadic Colors of #dee15b

#dee15b #5bdee1 #e15bde

Analogous Colors of #dee15b

#dee15b #9be15b #e1a15b

Monochromatic Colors of #dee15b

#dee15b

Complementary Color

#dee15b #5e5be1

#dee15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee15b Color CSS Codes

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

#dee15b Text Font Color

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

This sample text font color is #dee15b
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.


#dee15b Background Color

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

This div background color is #dee15b


#dee15b Border Color

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

This div border color is #dee15b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,225,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dee15b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dee15b;
  -webkit-box-shadow: 1px 1px 3px 2px #dee15b;
  box-shadow:         1px 1px 3px 2px #dee15b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,225,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee15b


Comments

No comments written yet.

Please login to write comment.