Color Hex Logo

#d2ccbc Color Hex

#D2CCBC
(210,204,188)
0 Favorites   0 Comments

Color spaces of #d2ccbc

RGB 210204188
HSL0.120.200.78
HSV44°10°82°
CMYK 0.000.030.10   0.18
XYZ57.248360.518256.2408
Yxy60.51820.32900.3478
Hunter Lab77.7934-4.780111.5917
CIE-Lab82.1190-0.66888.7008

#d2ccbc color RGB value is (210,204,188).

#d2ccbc hex color red value is 210, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d2ccbc hue: 0.12 , saturation: 0.20 and the lightness value of d2ccbc is 0.78.

The process color (four color CMYK) of #d2ccbc color hex is 0.00, 0.03, 0.10, 0.18. Web safe color of #d2ccbc is #cccccc. Color #d2ccbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001100 10111100
Octal 322 314 274
Decimal 210 204 188
Hex D2 CC BC

RGB Percentages of Color #d2ccbc

%34.88
%33.89
%31.23

CMYK Percentages of Color #d2ccbc

%0
%3
%10
%18

Triadic Colors of #d2ccbc

#d2ccbc #bcd2cc #ccbcd2

Analogous Colors of #d2ccbc

#d2ccbc #cdd2bc #d2c1bc

Monochromatic Colors of #d2ccbc

#d2ccbc

Complementary Color

#d2ccbc #bcc2d2

#d2ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ccbc Color CSS Codes

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

#d2ccbc Text Font Color

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

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


#d2ccbc Background Color

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

This div background color is #d2ccbc


#d2ccbc Border Color

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

This div border color is #d2ccbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,204,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ccbc


Comments

No comments written yet.

Please login to write comment.