Color Hex Logo

#dee081 Color Hex

#DEE081
(222,224,129)
0 Favorites   0 Comments

Color spaces of #dee081

RGB 222224129
HSL0.170.610.69
HSV61°42°88°
CMYK 0.010.000.42   0.12
XYZ60.742370.425931.1610
Yxy70.42590.37420.4338
Hunter Lab83.9201-17.660036.7287
CIE-Lab87.2053-14.171046.1407

#dee081 color RGB value is (222,224,129).

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

The process color (four color CMYK) of #dee081 color hex is 0.01, 0.00, 0.42, 0.12. Web safe color of #dee081 is #cccc99. Color #dee081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 10000001
Octal 336 340 201
Decimal 222 224 129
Hex DE E0 81

RGB Percentages of Color #dee081

%38.61
%38.96
%22.43

CMYK Percentages of Color #dee081

%1
%0
%42
%12

Triadic Colors of #dee081

#dee081 #81dee0 #e081de

Analogous Colors of #dee081

#dee081 #afe081 #e0b381

Monochromatic Colors of #dee081

#dee081

Complementary Color

#dee081 #8381e0

#dee081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee081 Color CSS Codes

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

#dee081 Text Font Color

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

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


#dee081 Background Color

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

This div background color is #dee081


#dee081 Border Color

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

This div border color is #dee081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee081


Comments

No comments written yet.

Please login to write comment.