Color Hex Logo

#d3ccbe Color Hex

#D3CCBE
(211,204,190)
0 Favorites   0 Comments

Color spaces of #d3ccbe

RGB 211204190
HSL0.110.190.79
HSV40°10°83°
CMYK 0.000.030.10   0.17
XYZ57.751160.752357.3978
Yxy60.75230.32830.3454
Hunter Lab77.9438-4.145110.8995
CIE-Lab82.24540.01927.8257

#d3ccbe color RGB value is (211,204,190).

#d3ccbe hex color red value is 211, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d3ccbe hue: 0.11 , saturation: 0.19 and the lightness value of d3ccbe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001100 10111110
Octal 323 314 276
Decimal 211 204 190
Hex D3 CC BE

RGB Percentages of Color #d3ccbe

%34.88
%33.72
%31.40

CMYK Percentages of Color #d3ccbe

%0
%3
%10
%17

Triadic Colors of #d3ccbe

#d3ccbe #bed3cc #ccbed3

Analogous Colors of #d3ccbe

#d3ccbe #d0d3be #d3c2be

Monochromatic Colors of #d3ccbe

#d3ccbe

Complementary Color

#d3ccbe #bec5d3

#d3ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ccbe Color CSS Codes

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

#d3ccbe Text Font Color

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

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


#d3ccbe Background Color

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

This div background color is #d3ccbe


#d3ccbe Border Color

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

This div border color is #d3ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ccbe


Comments

No comments written yet.

Please login to write comment.