Color Hex Logo

#dee19f Color Hex

#DEE19F
(222,225,159)
0 Favorites   0 Comments

Color spaces of #dee19f

RGB 222225159
HSL0.170.520.75
HSV63°29°88°
CMYK 0.010.000.29   0.12
XYZ63.307471.883243.3391
Yxy71.88320.35460.4026
Hunter Lab84.7840-15.087629.0414
CIE-Lab87.9123-11.239432.0398

#dee19f color RGB value is (222,225,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 10011111
Octal 336 341 237
Decimal 222 225 159
Hex DE E1 9F

RGB Percentages of Color #dee19f

%36.63
%37.13
%26.24

CMYK Percentages of Color #dee19f

%1
%0
%29
%12

Triadic Colors of #dee19f

#dee19f #9fdee1 #e19fde

Analogous Colors of #dee19f

#dee19f #bde19f #e1c39f

Monochromatic Colors of #dee19f

#dee19f

Complementary Color

#dee19f #a29fe1

#dee19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee19f Color CSS Codes

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

#dee19f Text Font Color

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

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


#dee19f Background Color

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

This div background color is #dee19f


#dee19f Border Color

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

This div border color is #dee19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee19f


Comments

No comments written yet.

Please login to write comment.