Color Hex Logo

#dee392 Color Hex

#DEE392
(222,227,146)
0 Favorites   0 Comments

Color spaces of #dee392

RGB 222227146
HSL0.180.590.73
HSV64°36°89°
CMYK 0.020.000.36   0.11
XYZ62.781672.543137.8874
Yxy72.54310.36250.4188
Hunter Lab85.1722-17.476733.2464
CIE-Lab88.2293-13.818139.0336

#dee392 color RGB value is (222,227,146).

#dee392 hex color red value is 222, green value is 227 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dee392 hue: 0.18 , saturation: 0.59 and the lightness value of dee392 is 0.73.

The process color (four color CMYK) of #dee392 color hex is 0.02, 0.00, 0.36, 0.11. Web safe color of #dee392 is #cccc99. Color #dee392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 10010010
Octal 336 343 222
Decimal 222 227 146
Hex DE E3 92

RGB Percentages of Color #dee392

%37.31
%38.15
%24.54

CMYK Percentages of Color #dee392

%2
%0
%36
%11

Triadic Colors of #dee392

#dee392 #92dee3 #e392de

Analogous Colors of #dee392

#dee392 #b6e392 #e3c092

Monochromatic Colors of #dee392

#dee392

Complementary Color

#dee392 #9792e3

#dee392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee392 Color CSS Codes

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

#dee392 Text Font Color

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

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


#dee392 Background Color

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

This div background color is #dee392


#dee392 Border Color

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

This div border color is #dee392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee392


Comments

No comments written yet.

Please login to write comment.