Color Hex Logo

#d4bfae Color Hex

#D4BFAE
(212,191,174)
0 Favorites   0 Comments

Color spaces of #d4bfae

RGB 212191174
HSL0.070.310.76
HSV27°18°83°
CMYK 0.000.100.18   0.17
XYZ53.422254.314647.7125
Yxy54.31460.34370.3494
Hunter Lab73.69840.418013.2045
CIE-Lab78.64484.681711.2704

#d4bfae color RGB value is (212,191,174).

#d4bfae hex color red value is 212, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d4bfae hue: 0.07 , saturation: 0.31 and the lightness value of d4bfae is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111111 10101110
Octal 324 277 256
Decimal 212 191 174
Hex D4 BF AE

RGB Percentages of Color #d4bfae

%36.74
%33.10
%30.16

CMYK Percentages of Color #d4bfae

%0
%10
%18
%17

Triadic Colors of #d4bfae

#d4bfae #aed4bf #bfaed4

Analogous Colors of #d4bfae

#d4bfae #d4d2ae #d4aeb0

Monochromatic Colors of #d4bfae

#d4bfae

Complementary Color

#d4bfae #aec3d4

#d4bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bfae Color CSS Codes

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

#d4bfae Text Font Color

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

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


#d4bfae Background Color

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

This div background color is #d4bfae


#d4bfae Border Color

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

This div border color is #d4bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bfae


Comments

No comments written yet.

Please login to write comment.