Color Hex Logo

#dee0ca Color Hex

#DEE0CA
(222,224,202)
0 Favorites   0 Comments

Color spaces of #dee0ca

RGB 222224202
HSL0.180.260.84
HSV65°10°88°
CMYK 0.010.000.10   0.12
XYZ67.440573.105266.4333
Yxy73.10520.32580.3532
Hunter Lab85.5016-8.833513.7838
CIE-Lab88.4979-4.460210.5377

#dee0ca color RGB value is (222,224,202).

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

The process color (four color CMYK) of #dee0ca color hex is 0.01, 0.00, 0.10, 0.12. Web safe color of #dee0ca is #cccccc. Color #dee0ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 11001010
Octal 336 340 312
Decimal 222 224 202
Hex DE E0 CA

RGB Percentages of Color #dee0ca

%34.26
%34.57
%31.17

CMYK Percentages of Color #dee0ca

%1
%0
%10
%12

Triadic Colors of #dee0ca

#dee0ca #cadee0 #e0cade

Analogous Colors of #dee0ca

#dee0ca #d3e0ca #e0d7ca

Monochromatic Colors of #dee0ca

#dee0ca

Complementary Color

#dee0ca #cccae0

#dee0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee0ca Color CSS Codes

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

#dee0ca Text Font Color

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

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


#dee0ca Background Color

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

This div background color is #dee0ca


#dee0ca Border Color

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

This div border color is #dee0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee0ca


Comments

No comments written yet.

Please login to write comment.