Color Hex Logo

#d5dcca Color Hex

#D5DCCA
(213,220,202)
0 Favorites   0 Comments

Color spaces of #d5dcca

RGB 213220202
HSL0.230.200.83
HSV83°86°
CMYK 0.030.000.08   0.14
XYZ63.694469.596865.9536
Yxy69.59680.31970.3493
Hunter Lab83.4247-9.709211.5240
CIE-Lab86.7987-5.55148.0175

#d5dcca color RGB value is (213,220,202).

#d5dcca hex color red value is 213, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d5dcca hue: 0.23 , saturation: 0.20 and the lightness value of d5dcca is 0.83.

The process color (four color CMYK) of #d5dcca color hex is 0.03, 0.00, 0.08, 0.14. Web safe color of #d5dcca is #cccccc. Color #d5dcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011100 11001010
Octal 325 334 312
Decimal 213 220 202
Hex D5 DC CA

RGB Percentages of Color #d5dcca

%33.54
%34.65
%31.81

CMYK Percentages of Color #d5dcca

%3
%0
%8
%14

Triadic Colors of #d5dcca

#d5dcca #cad5dc #dccad5

Analogous Colors of #d5dcca

#d5dcca #ccdcca #dcdaca

Monochromatic Colors of #d5dcca

#d5dcca

Complementary Color

#d5dcca #d1cadc

#d5dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dcca Color CSS Codes

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

#d5dcca Text Font Color

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

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


#d5dcca Background Color

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

This div background color is #d5dcca


#d5dcca Border Color

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

This div border color is #d5dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dcca


Comments

No comments written yet.

Please login to write comment.