Color Hex Logo

#d4bfab Color Hex

#D4BFAB
(212,191,171)
0 Favorites   0 Comments

Color spaces of #d4bfab

RGB 212191171
HSL0.080.320.75
HSV29°19°83°
CMYK 0.000.100.19   0.17
XYZ53.132954.198946.1891
Yxy54.19890.34610.3530
Hunter Lab73.6199-0.007914.3354
CIE-Lab78.57764.225312.7887

#d4bfab color RGB value is (212,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111111 10101011
Octal 324 277 253
Decimal 212 191 171
Hex D4 BF AB

RGB Percentages of Color #d4bfab

%36.93
%33.28
%29.79

CMYK Percentages of Color #d4bfab

%0
%10
%19
%17

Triadic Colors of #d4bfab

#d4bfab #abd4bf #bfabd4

Analogous Colors of #d4bfab

#d4bfab #d4d4ab #d4abac

Monochromatic Colors of #d4bfab

#d4bfab

Complementary Color

#d4bfab #abc0d4

#d4bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bfab Color CSS Codes

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

#d4bfab Text Font Color

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

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


#d4bfab Background Color

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

This div background color is #d4bfab


#d4bfab Border Color

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

This div border color is #d4bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bfab


Comments

No comments written yet.

Please login to write comment.