Color Hex Logo

#deea97 Color Hex

#DEEA97
(222,234,151)
0 Favorites   0 Comments

Color spaces of #deea97

RGB 222234151
HSL0.190.660.75
HSV69°35°92°
CMYK 0.050.000.35   0.08
XYZ65.132976.609640.6324
Yxy76.60960.35710.4201
Hunter Lab87.5269-20.341833.7448
CIE-Lab90.1416-16.691039.0122

#deea97 color RGB value is (222,234,151).

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

The process color (four color CMYK) of #deea97 color hex is 0.05, 0.00, 0.35, 0.08. Web safe color of #deea97 is #ccff99. Color #deea97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101010 10010111
Octal 336 352 227
Decimal 222 234 151
Hex DE EA 97

RGB Percentages of Color #deea97

%36.57
%38.55
%24.88

CMYK Percentages of Color #deea97

%5
%0
%35
%8

Triadic Colors of #deea97

#deea97 #97deea #ea97de

Analogous Colors of #deea97

#deea97 #b5ea97 #eacd97

Monochromatic Colors of #deea97

#deea97

Complementary Color

#deea97 #a397ea

#deea97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deea97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deea97 Color CSS Codes

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

#deea97 Text Font Color

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

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


#deea97 Background Color

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

This div background color is #deea97


#deea97 Border Color

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

This div border color is #deea97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deea97


Comments

No comments written yet.

Please login to write comment.