Color Hex Logo

#dee4ca Color Hex

#DEE4CA
(222,228,202)
0 Favorites   0 Comments

Color spaces of #dee4ca

RGB 222228202
HSL0.210.330.84
HSV74°11°89°
CMYK 0.030.000.11   0.11
XYZ68.528375.280766.7959
Yxy75.28070.32540.3574
Hunter Lab86.7645-10.854915.0905
CIE-Lab89.5243-6.499611.9994

#dee4ca color RGB value is (222,228,202).

#dee4ca hex color red value is 222, green value is 228 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dee4ca hue: 0.21 , saturation: 0.33 and the lightness value of dee4ca is 0.84.

The process color (four color CMYK) of #dee4ca color hex is 0.03, 0.00, 0.11, 0.11. Web safe color of #dee4ca is #cccccc. Color #dee4ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 11001010
Octal 336 344 312
Decimal 222 228 202
Hex DE E4 CA

RGB Percentages of Color #dee4ca

%34.05
%34.97
%30.98

CMYK Percentages of Color #dee4ca

%3
%0
%11
%11

Triadic Colors of #dee4ca

#dee4ca #cadee4 #e4cade

Analogous Colors of #dee4ca

#dee4ca #d1e4ca #e4ddca

Monochromatic Colors of #dee4ca

#dee4ca

Complementary Color

#dee4ca #d0cae4

#dee4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee4ca Color CSS Codes

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

#dee4ca Text Font Color

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

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


#dee4ca Background Color

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

This div background color is #dee4ca


#dee4ca Border Color

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

This div border color is #dee4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee4ca


Comments

No comments written yet.

Please login to write comment.