Color Hex Logo

#dae2ca Color Hex

#DAE2CA
(218,226,202)
0 Favorites   0 Comments

Color spaces of #dae2ca

RGB 218226202
HSL0.220.290.84
HSV80°11°89°
CMYK 0.040.000.11   0.11
XYZ66.770573.562466.5569
Yxy73.56240.32270.3556
Hunter Lab85.7685-11.133314.0286
CIE-Lab88.7153-6.879010.8074

#dae2ca color RGB value is (218,226,202).

#dae2ca hex color red value is 218, green value is 226 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dae2ca hue: 0.22 , saturation: 0.29 and the lightness value of dae2ca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100010 11001010
Octal 332 342 312
Decimal 218 226 202
Hex DA E2 CA

RGB Percentages of Color #dae2ca

%33.75
%34.98
%31.27

CMYK Percentages of Color #dae2ca

%4
%0
%11
%11

Triadic Colors of #dae2ca

#dae2ca #cadae2 #e2cada

Analogous Colors of #dae2ca

#dae2ca #cee2ca #e2deca

Monochromatic Colors of #dae2ca

#dae2ca

Complementary Color

#dae2ca #d2cae2

#dae2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae2ca Color CSS Codes

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

#dae2ca Text Font Color

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

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


#dae2ca Background Color

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

This div background color is #dae2ca


#dae2ca Border Color

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

This div border color is #dae2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae2ca

#dae2ca Color Palettes


Comments

No comments written yet.

Please login to write comment.