Color Hex Logo

#d7ccca Color Hex

#D7CCCA
(215,204,202)
0 Favorites   0 Comments

Color spaces of #d7ccca

RGB 215204202
HSL0.030.140.82
HSV84°
CMYK 0.000.050.06   0.16
XYZ60.277961.897164.6475
Yxy61.89710.32260.3313
Hunter Lab78.6747-0.92016.3533
CIE-Lab82.85873.46422.3488

#d7ccca color RGB value is (215,204,202).

#d7ccca hex color red value is 215, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d7ccca hue: 0.03 , saturation: 0.14 and the lightness value of d7ccca is 0.82.

The process color (four color CMYK) of #d7ccca color hex is 0.00, 0.05, 0.06, 0.16. Web safe color of #d7ccca is #cccccc. Color #d7ccca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001100 11001010
Octal 327 314 312
Decimal 215 204 202
Hex D7 CC CA

RGB Percentages of Color #d7ccca

%34.62
%32.85
%32.53

CMYK Percentages of Color #d7ccca

%0
%5
%6
%16

Triadic Colors of #d7ccca

#d7ccca #cad7cc #cccad7

Analogous Colors of #d7ccca

#d7ccca #d7d3ca #d7cacf

Monochromatic Colors of #d7ccca

#d7ccca

Complementary Color

#d7ccca #cad5d7

#d7ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ccca Color CSS Codes

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

#d7ccca Text Font Color

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

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


#d7ccca Background Color

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

This div background color is #d7ccca


#d7ccca Border Color

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

This div border color is #d7ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ccca


Comments

No comments written yet.

Please login to write comment.