Color Hex Logo

#dee06a Color Hex

#DEE06A
(222,224,106)
0 Favorites   0 Comments

Color spaces of #dee06a

RGB 222224106
HSL0.170.660.65
HSV61°53°88°
CMYK 0.010.000.53   0.12
XYZ59.381469.881523.9944
Yxy69.88150.38750.4560
Hunter Lab83.5952-19.494941.4985
CIE-Lab86.9387-16.262556.6769

#dee06a color RGB value is (222,224,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 01101010
Octal 336 340 152
Decimal 222 224 106
Hex DE E0 6A

RGB Percentages of Color #dee06a

%40.22
%40.58
%19.20

CMYK Percentages of Color #dee06a

%1
%0
%53
%12

Triadic Colors of #dee06a

#dee06a #6adee0 #e06ade

Analogous Colors of #dee06a

#dee06a #a3e06a #e0a76a

Monochromatic Colors of #dee06a

#dee06a

Complementary Color

#dee06a #6c6ae0

#dee06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee06a Color CSS Codes

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

#dee06a Text Font Color

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

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


#dee06a Background Color

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

This div background color is #dee06a


#dee06a Border Color

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

This div border color is #dee06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee06a


Comments

No comments written yet.

Please login to write comment.