Color Hex Logo

#dee06f Color Hex

#DEE06F
(222,224,111)
0 Favorites   0 Comments

Color spaces of #dee06f

RGB 222224111
HSL0.170.650.66
HSV61°50°88°
CMYK 0.010.000.50   0.12
XYZ59.649169.988625.4042
Yxy69.98860.38470.4514
Hunter Lab83.6592-19.132940.5573
CIE-Lab86.9913-15.847754.4465

#dee06f color RGB value is (222,224,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 01101111
Octal 336 340 157
Decimal 222 224 111
Hex DE E0 6F

RGB Percentages of Color #dee06f

%39.86
%40.22
%19.93

CMYK Percentages of Color #dee06f

%1
%0
%50
%12

Triadic Colors of #dee06f

#dee06f #6fdee0 #e06fde

Analogous Colors of #dee06f

#dee06f #a6e06f #e0aa6f

Monochromatic Colors of #dee06f

#dee06f

Complementary Color

#dee06f #716fe0

#dee06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee06f Color CSS Codes

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

#dee06f Text Font Color

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

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


#dee06f Background Color

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

This div background color is #dee06f


#dee06f Border Color

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

This div border color is #dee06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee06f


Comments

No comments written yet.

Please login to write comment.