Color Hex Logo

#deed9f Color Hex

#DEED9F
(222,237,159)
0 Favorites   0 Comments

Color spaces of #deed9f

RGB 222237159
HSL0.200.680.78
HSV72°33°93°
CMYK 0.060.000.33   0.07
XYZ66.666478.601244.4587
Yxy78.60120.35140.4143
Hunter Lab88.6573-20.926232.3282
CIE-Lab91.0535-17.189036.1996

#deed9f color RGB value is (222,237,159).

#deed9f hex color red value is 222, green value is 237 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #deed9f hue: 0.20 , saturation: 0.68 and the lightness value of deed9f is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 10011111
Octal 336 355 237
Decimal 222 237 159
Hex DE ED 9F

RGB Percentages of Color #deed9f

%35.92
%38.35
%25.73

CMYK Percentages of Color #deed9f

%6
%0
%33
%7

Triadic Colors of #deed9f

#deed9f #9fdeed #ed9fde

Analogous Colors of #deed9f

#deed9f #b7ed9f #edd59f

Monochromatic Colors of #deed9f

#deed9f

Complementary Color

#deed9f #ae9fed

#deed9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed9f Color CSS Codes

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

#deed9f Text Font Color

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

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


#deed9f Background Color

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

This div background color is #deed9f


#deed9f Border Color

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

This div border color is #deed9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed9f


Comments

No comments written yet.

Please login to write comment.