Color Hex Logo

#d1bcad Color Hex

#D1BCAD
(209,188,173)
0 Favorites   0 Comments

Color spaces of #d1bcad

RGB 209188173
HSL0.070.280.75
HSV25°17°82°
CMYK 0.000.100.17   0.18
XYZ51.820552.538946.9449
Yxy52.53890.34250.3472
Hunter Lab72.48370.767812.3388
CIE-Lab77.60205.011010.2914

#d1bcad color RGB value is (209,188,173).

#d1bcad hex color red value is 209, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d1bcad hue: 0.07 , saturation: 0.28 and the lightness value of d1bcad is 0.75.

The process color (four color CMYK) of #d1bcad color hex is 0.00, 0.10, 0.17, 0.18. Web safe color of #d1bcad is #cccc99. Color #d1bcad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111100 10101101
Octal 321 274 255
Decimal 209 188 173
Hex D1 BC AD

RGB Percentages of Color #d1bcad

%36.67
%32.98
%30.35

CMYK Percentages of Color #d1bcad

%0
%10
%17
%18

Triadic Colors of #d1bcad

#d1bcad #add1bc #bcadd1

Analogous Colors of #d1bcad

#d1bcad #d1cead #d1adb0

Monochromatic Colors of #d1bcad

#d1bcad

Complementary Color

#d1bcad #adc2d1

#d1bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bcad Color CSS Codes

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

#d1bcad Text Font Color

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

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


#d1bcad Background Color

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

This div background color is #d1bcad


#d1bcad Border Color

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

This div border color is #d1bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bcad


Comments

No comments written yet.

Please login to write comment.