Color Hex Logo

#dee097 Color Hex

#DEE097
(222,224,151)
0 Favorites   0 Comments

Color spaces of #dee097

RGB 222224151
HSL0.170.540.74
HSV62°33°88°
CMYK 0.010.000.33   0.12
XYZ62.365871.075339.7100
Yxy71.07530.36020.4105
Hunter Lab84.3062-15.489831.0875
CIE-Lab87.5216-11.730835.5928

#dee097 color RGB value is (222,224,151).

#dee097 hex color red value is 222, green value is 224 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dee097 hue: 0.17 , saturation: 0.54 and the lightness value of dee097 is 0.74.

The process color (four color CMYK) of #dee097 color hex is 0.01, 0.00, 0.33, 0.12. Web safe color of #dee097 is #cccc99. Color #dee097 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 10010111
Octal 336 340 227
Decimal 222 224 151
Hex DE E0 97

RGB Percentages of Color #dee097

%37.19
%37.52
%25.29

CMYK Percentages of Color #dee097

%1
%0
%33
%12

Triadic Colors of #dee097

#dee097 #97dee0 #e097de

Analogous Colors of #dee097

#dee097 #bae097 #e0be97

Monochromatic Colors of #dee097

#dee097

Complementary Color

#dee097 #9997e0

#dee097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee097 Color CSS Codes

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

#dee097 Text Font Color

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

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


#dee097 Background Color

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

This div background color is #dee097


#dee097 Border Color

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

This div border color is #dee097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee097


Comments

No comments written yet.

Please login to write comment.