Color Hex Logo

#deed9e Color Hex

#DEED9E
(222,237,158)
0 Favorites   0 Comments

Color spaces of #deed9e

RGB 222237158
HSL0.200.690.77
HSV71°33°93°
CMYK 0.060.000.33   0.07
XYZ66.579978.566644.0035
Yxy78.56660.35200.4154
Hunter Lab88.6378-21.036732.6124
CIE-Lab91.0378-17.313536.6806

#deed9e color RGB value is (222,237,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 10011110
Octal 336 355 236
Decimal 222 237 158
Hex DE ED 9E

RGB Percentages of Color #deed9e

%35.98
%38.41
%25.61

CMYK Percentages of Color #deed9e

%6
%0
%33
%7

Triadic Colors of #deed9e

#deed9e #9edeed #ed9ede

Analogous Colors of #deed9e

#deed9e #b7ed9e #edd59e

Monochromatic Colors of #deed9e

#deed9e

Complementary Color

#deed9e #ad9eed

#deed9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed9e Color CSS Codes

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

#deed9e Text Font Color

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

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


#deed9e Background Color

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

This div background color is #deed9e


#deed9e Border Color

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

This div border color is #deed9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed9e


Comments

No comments written yet.

Please login to write comment.