Color Hex Logo

#d4bdab Color Hex

#D4BDAB
(212,189,171)
0 Favorites   0 Comments

Color spaces of #d4bdab

RGB 212189171
HSL0.070.320.75
HSV26°19°83°
CMYK 0.000.110.19   0.17
XYZ52.699753.332546.0447
Yxy53.33250.34650.3507
Hunter Lab73.02911.009313.7381
CIE-Lab78.07095.286812.0719

#d4bdab color RGB value is (212,189,171).

#d4bdab hex color red value is 212, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d4bdab hue: 0.07 , saturation: 0.32 and the lightness value of d4bdab is 0.75.

The process color (four color CMYK) of #d4bdab color hex is 0.00, 0.11, 0.19, 0.17. Web safe color of #d4bdab is #cccc99. Color #d4bdab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111101 10101011
Octal 324 275 253
Decimal 212 189 171
Hex D4 BD AB

RGB Percentages of Color #d4bdab

%37.06
%33.04
%29.90

CMYK Percentages of Color #d4bdab

%0
%11
%19
%17

Triadic Colors of #d4bdab

#d4bdab #abd4bd #bdabd4

Analogous Colors of #d4bdab

#d4bdab #d4d2ab #d4abae

Monochromatic Colors of #d4bdab

#d4bdab

Complementary Color

#d4bdab #abc2d4

#d4bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bdab Color CSS Codes

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

#d4bdab Text Font Color

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

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


#d4bdab Background Color

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

This div background color is #d4bdab


#d4bdab Border Color

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

This div border color is #d4bdab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,189,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4bdab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4bdab;
  -webkit-box-shadow: 1px 1px 3px 2px #d4bdab;
  box-shadow:         1px 1px 3px 2px #d4bdab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,189,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bdab


Comments

No comments written yet.

Please login to write comment.