Color Hex Logo

#d5daca Color Hex

#D5DACA
(213,218,202)
0 Favorites   0 Comments

Color spaces of #d5daca

RGB 213218202
HSL0.220.180.82
HSV79°85°
CMYK 0.020.000.07   0.15
XYZ63.172668.553265.7797
Yxy68.55320.31990.3471
Hunter Lab82.7969-8.702010.8536
CIE-Lab86.2823-4.52367.2760

#d5daca color RGB value is (213,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011010 11001010
Octal 325 332 312
Decimal 213 218 202
Hex D5 DA CA

RGB Percentages of Color #d5daca

%33.65
%34.44
%31.91

CMYK Percentages of Color #d5daca

%2
%0
%7
%15

Triadic Colors of #d5daca

#d5daca #cad5da #dacad5

Analogous Colors of #d5daca

#d5daca #cddaca #dad7ca

Monochromatic Colors of #d5daca

#d5daca

Complementary Color

#d5daca #cfcada

#d5daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5daca Color CSS Codes

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

#d5daca Text Font Color

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

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


#d5daca Background Color

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

This div background color is #d5daca


#d5daca Border Color

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

This div border color is #d5daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5daca


Comments

No comments written yet.

Please login to write comment.