Color Hex Logo

#d3ccbc Color Hex

#D3CCBC
(211,204,188)
0 Favorites   0 Comments

Color spaces of #d3ccbc

RGB 211204188
HSL0.120.210.78
HSV42°11°83°
CMYK 0.000.030.11   0.17
XYZ57.533960.665556.2542
Yxy60.66550.32980.3477
Hunter Lab77.8881-4.450811.6998
CIE-Lab82.1986-0.31068.8252

#d3ccbc color RGB value is (211,204,188).

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

The process color (four color CMYK) of #d3ccbc color hex is 0.00, 0.03, 0.11, 0.17. Web safe color of #d3ccbc is #cccccc. Color #d3ccbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001100 10111100
Octal 323 314 274
Decimal 211 204 188
Hex D3 CC BC

RGB Percentages of Color #d3ccbc

%34.99
%33.83
%31.18

CMYK Percentages of Color #d3ccbc

%0
%3
%11
%17

Triadic Colors of #d3ccbc

#d3ccbc #bcd3cc #ccbcd3

Analogous Colors of #d3ccbc

#d3ccbc #cfd3bc #d3c1bc

Monochromatic Colors of #d3ccbc

#d3ccbc

Complementary Color

#d3ccbc #bcc3d3

#d3ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ccbc Color CSS Codes

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

#d3ccbc Text Font Color

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

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


#d3ccbc Background Color

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

This div background color is #d3ccbc


#d3ccbc Border Color

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

This div border color is #d3ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ccbc

#d3ccbc Color Palettes


Comments

No comments written yet.

Please login to write comment.