Color Hex Logo

#d0babf Color Hex

#D0BABF
(208,186,191)
0 Favorites   0 Comments

Color spaces of #d0babf

RGB 208186191
HSL0.960.190.77
HSV346°11°82°
CMYK 0.000.110.08   0.18
XYZ52.975352.289356.5910
Yxy52.28930.32730.3231
Hunter Lab72.31134.22434.2175
CIE-Lab77.45358.66280.3244

#d0babf color RGB value is (208,186,191).

#d0babf hex color red value is 208, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d0babf hue: 0.96 , saturation: 0.19 and the lightness value of d0babf is 0.77.

The process color (four color CMYK) of #d0babf color hex is 0.00, 0.11, 0.08, 0.18. Web safe color of #d0babf is #cccccc. Color #d0babf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111010 10111111
Octal 320 272 277
Decimal 208 186 191
Hex D0 BA BF

RGB Percentages of Color #d0babf

%35.56
%31.79
%32.65

CMYK Percentages of Color #d0babf

%0
%11
%8
%18

Triadic Colors of #d0babf

#d0babf #bfd0ba #babfd0

Analogous Colors of #d0babf

#d0babf #d0c0ba #d0baca

Monochromatic Colors of #d0babf

#d0babf

Complementary Color

#d0babf #bad0cb

#d0babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0babf Color CSS Codes

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

#d0babf Text Font Color

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

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


#d0babf Background Color

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

This div background color is #d0babf


#d0babf Border Color

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

This div border color is #d0babf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,186,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0babf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0babf;
  -webkit-box-shadow: 1px 1px 3px 2px #d0babf;
  box-shadow:         1px 1px 3px 2px #d0babf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,186,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0babf


Comments

No comments written yet.

Please login to write comment.