Color Hex Logo

#dee076 Color Hex

#DEE076
(222,224,118)
0 Favorites   0 Comments

Color spaces of #dee076

RGB 222224118
HSL0.170.630.67
HSV61°47°88°
CMYK 0.010.000.47   0.12
XYZ60.049970.148927.5147
Yxy70.14890.38080.4448
Hunter Lab83.7549-18.591739.1508
CIE-Lab87.0698-15.229751.2626

#dee076 color RGB value is (222,224,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 01110110
Octal 336 340 166
Decimal 222 224 118
Hex DE E0 76

RGB Percentages of Color #dee076

%39.36
%39.72
%20.92

CMYK Percentages of Color #dee076

%1
%0
%47
%12

Triadic Colors of #dee076

#dee076 #76dee0 #e076de

Analogous Colors of #dee076

#dee076 #a9e076 #e0ad76

Monochromatic Colors of #dee076

#dee076

Complementary Color

#dee076 #7876e0

#dee076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee076 Color CSS Codes

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

#dee076 Text Font Color

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

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


#dee076 Background Color

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

This div background color is #dee076


#dee076 Border Color

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

This div border color is #dee076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee076


Comments

No comments written yet.

Please login to write comment.