Color Hex Logo

#dee05b Color Hex

#DEE05B
(222,224,91)
0 Favorites   0 Comments

Color spaces of #dee05b

RGB 22222491
HSL0.170.680.62
HSV61°59°88°
CMYK 0.010.000.59   0.12
XYZ58.668269.596220.2388
Yxy69.59620.39510.4687
Hunter Lab83.4243-20.462444.0132
CIE-Lab86.7984-17.376063.0986

#dee05b color RGB value is (222,224,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 01011011
Octal 336 340 133
Decimal 222 224 91
Hex DE E0 5B

RGB Percentages of Color #dee05b

%41.34
%41.71
%16.95

CMYK Percentages of Color #dee05b

%1
%0
%59
%12

Triadic Colors of #dee05b

#dee05b #5bdee0 #e05bde

Analogous Colors of #dee05b

#dee05b #9ce05b #e0a05b

Monochromatic Colors of #dee05b

#dee05b

Complementary Color

#dee05b #5d5be0

#dee05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee05b Color CSS Codes

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

#dee05b Text Font Color

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

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


#dee05b Background Color

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

This div background color is #dee05b


#dee05b Border Color

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

This div border color is #dee05b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,224,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 #dee05b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee05b


Comments

No comments written yet.

Please login to write comment.