Color Hex Logo

#deed81 Color Hex

#DEED81
(222,237,129)
0 Favorites   0 Comments

Color spaces of #deed81

RGB 222237129
HSL0.190.750.72
HSV68°46°93°
CMYK 0.060.000.46   0.07
XYZ64.370877.682932.3705
Yxy77.68290.36900.4454
Hunter Lab88.1379-23.875339.9210
CIE-Lab90.6350-20.543750.3703

#deed81 color RGB value is (222,237,129).

#deed81 hex color red value is 222, green value is 237 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #deed81 hue: 0.19 , saturation: 0.75 and the lightness value of deed81 is 0.72.

The process color (four color CMYK) of #deed81 color hex is 0.06, 0.00, 0.46, 0.07. Web safe color of #deed81 is #ccff99. Color #deed81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 10000001
Octal 336 355 201
Decimal 222 237 129
Hex DE ED 81

RGB Percentages of Color #deed81

%37.76
%40.31
%21.94

CMYK Percentages of Color #deed81

%6
%0
%46
%7

Triadic Colors of #deed81

#deed81 #81deed #ed81de

Analogous Colors of #deed81

#deed81 #a8ed81 #edc681

Monochromatic Colors of #deed81

#deed81

Complementary Color

#deed81 #9081ed

#deed81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed81 Color CSS Codes

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

#deed81 Text Font Color

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

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


#deed81 Background Color

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

This div background color is #deed81


#deed81 Border Color

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

This div border color is #deed81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed81


Comments

No comments written yet.

Please login to write comment.