Color Hex Logo

#dee3ca Color Hex

#DEE3CA
(222,227,202)
0 Favorites   0 Comments

Color spaces of #dee3ca

RGB 222227202
HSL0.200.310.84
HSV72°11°89°
CMYK 0.020.000.11   0.11
XYZ68.254074.732066.7045
Yxy74.73200.32550.3564
Hunter Lab86.4477-10.350314.7642
CIE-Lab89.2673-5.990811.6338

#dee3ca color RGB value is (222,227,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 11001010
Octal 336 343 312
Decimal 222 227 202
Hex DE E3 CA

RGB Percentages of Color #dee3ca

%34.10
%34.87
%31.03

CMYK Percentages of Color #dee3ca

%2
%0
%11
%11

Triadic Colors of #dee3ca

#dee3ca #cadee3 #e3cade

Analogous Colors of #dee3ca

#dee3ca #d2e3ca #e3dcca

Monochromatic Colors of #dee3ca

#dee3ca

Complementary Color

#dee3ca #cfcae3

#dee3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee3ca Color CSS Codes

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

#dee3ca Text Font Color

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

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


#dee3ca Background Color

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

This div background color is #dee3ca


#dee3ca Border Color

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

This div border color is #dee3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee3ca

#dee3ca Color Palettes


Comments

No comments written yet.

Please login to write comment.