Color Hex Logo

#deed97 Color Hex

#DEED97
(222,237,151)
0 Favorites   0 Comments

Color spaces of #deed97

RGB 222237151
HSL0.200.700.76
HSV70°36°93°
CMYK 0.060.000.36   0.07
XYZ65.994378.332340.9195
Yxy78.33230.35630.4229
Hunter Lab88.5055-21.785934.5418
CIE-Lab90.9313-18.160140.0354

#deed97 color RGB value is (222,237,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 10010111
Octal 336 355 227
Decimal 222 237 151
Hex DE ED 97

RGB Percentages of Color #deed97

%36.39
%38.85
%24.75

CMYK Percentages of Color #deed97

%6
%0
%36
%7

Triadic Colors of #deed97

#deed97 #97deed #ed97de

Analogous Colors of #deed97

#deed97 #b3ed97 #edd197

Monochromatic Colors of #deed97

#deed97

Complementary Color

#deed97 #a697ed

#deed97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed97 Color CSS Codes

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

#deed97 Text Font Color

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

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


#deed97 Background Color

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

This div background color is #deed97


#deed97 Border Color

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

This div border color is #deed97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed97


Comments

No comments written yet.

Please login to write comment.