Color Hex Logo

#d5dace Color Hex

#D5DACE
(213,218,206)
0 Favorites   0 Comments

Color spaces of #d5dace

RGB 213218206
HSL0.240.140.83
HSV85°85°
CMYK 0.020.000.06   0.15
XYZ63.652668.745268.3068
Yxy68.74520.31710.3425
Hunter Lab82.9127-8.06179.1934
CIE-Lab86.3777-3.83245.3025

#d5dace color RGB value is (213,218,206).

#d5dace hex color red value is 213, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d5dace hue: 0.24 , saturation: 0.14 and the lightness value of d5dace is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011010 11001110
Octal 325 332 316
Decimal 213 218 206
Hex D5 DA CE

RGB Percentages of Color #d5dace

%33.44
%34.22
%32.34

CMYK Percentages of Color #d5dace

%2
%0
%6
%15

Triadic Colors of #d5dace

#d5dace #ced5da #daced5

Analogous Colors of #d5dace

#d5dace #cfdace #dad9ce

Monochromatic Colors of #d5dace

#d5dace

Complementary Color

#d5dace #d3ceda

#d5dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dace Color CSS Codes

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

#d5dace Text Font Color

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

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


#d5dace Background Color

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

This div background color is #d5dace


#d5dace Border Color

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

This div border color is #d5dace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,218,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d5dace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dace


Comments

No comments written yet.

Please login to write comment.