Color Hex Logo

#dee8ca Color Hex

#DEE8CA
(222,232,202)
0 Favorites   0 Comments

Color spaces of #dee8ca

RGB 222232202
HSL0.220.390.85
HSV80°13°91°
CMYK 0.040.000.13   0.09
XYZ69.641577.507167.1670
Yxy77.50710.32490.3616
Hunter Lab88.0381-12.866416.3925
CIE-Lab90.5545-8.525413.4615

#dee8ca color RGB value is (222,232,202).

#dee8ca hex color red value is 222, green value is 232 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dee8ca hue: 0.22 , saturation: 0.39 and the lightness value of dee8ca is 0.85.

The process color (four color CMYK) of #dee8ca color hex is 0.04, 0.00, 0.13, 0.09. Web safe color of #dee8ca is #ccffcc. Color #dee8ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 11001010
Octal 336 350 312
Decimal 222 232 202
Hex DE E8 CA

RGB Percentages of Color #dee8ca

%33.84
%35.37
%30.79

CMYK Percentages of Color #dee8ca

%4
%0
%13
%9

Triadic Colors of #dee8ca

#dee8ca #cadee8 #e8cade

Analogous Colors of #dee8ca

#dee8ca #cfe8ca #e8e3ca

Monochromatic Colors of #dee8ca

#dee8ca

Complementary Color

#dee8ca #d4cae8

#dee8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee8ca Color CSS Codes

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

#dee8ca Text Font Color

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

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


#dee8ca Background Color

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

This div background color is #dee8ca


#dee8ca Border Color

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

This div border color is #dee8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee8ca


Comments

No comments written yet.

Please login to write comment.