Color Hex Logo

#dee193 Color Hex

#DEE193
(222,225,147)
0 Favorites   0 Comments

Color spaces of #dee193

RGB 222225147
HSL0.170.570.73
HSV62°35°88°
CMYK 0.010.000.35   0.12
XYZ62.315971.486638.1177
Yxy71.48660.36250.4158
Hunter Lab84.5497-16.401832.4550
CIE-Lab87.7209-12.705837.8725

#dee193 color RGB value is (222,225,147).

#dee193 hex color red value is 222, green value is 225 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dee193 hue: 0.17 , saturation: 0.57 and the lightness value of dee193 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 10010011
Octal 336 341 223
Decimal 222 225 147
Hex DE E1 93

RGB Percentages of Color #dee193

%37.37
%37.88
%24.75

CMYK Percentages of Color #dee193

%1
%0
%35
%12

Triadic Colors of #dee193

#dee193 #93dee1 #e193de

Analogous Colors of #dee193

#dee193 #b7e193 #e1bd93

Monochromatic Colors of #dee193

#dee193

Complementary Color

#dee193 #9693e1

#dee193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee193 Color CSS Codes

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

#dee193 Text Font Color

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

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


#dee193 Background Color

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

This div background color is #dee193


#dee193 Border Color

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

This div border color is #dee193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee193


Comments

No comments written yet.

Please login to write comment.