Color Hex Logo

#d5baae Color Hex

#D5BAAE
(213,186,174)
0 Favorites   0 Comments

Color spaces of #d5baae

RGB 213186174
HSL0.050.320.76
HSV18°18°84°
CMYK 0.000.130.18   0.16
XYZ52.639552.319947.3688
Yxy52.31990.34560.3435
Hunter Lab72.33253.320311.8052
CIE-Lab77.47177.71309.6135

#d5baae color RGB value is (213,186,174).

#d5baae hex color red value is 213, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d5baae hue: 0.05 , saturation: 0.32 and the lightness value of d5baae is 0.76.

The process color (four color CMYK) of #d5baae color hex is 0.00, 0.13, 0.18, 0.16. Web safe color of #d5baae is #cccc99. Color #d5baae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111010 10101110
Octal 325 272 256
Decimal 213 186 174
Hex D5 BA AE

RGB Percentages of Color #d5baae

%37.17
%32.46
%30.37

CMYK Percentages of Color #d5baae

%0
%13
%18
%16

Triadic Colors of #d5baae

#d5baae #aed5ba #baaed5

Analogous Colors of #d5baae

#d5baae #d5ceae #d5aeb6

Monochromatic Colors of #d5baae

#d5baae

Complementary Color

#d5baae #aec9d5

#d5baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5baae Color CSS Codes

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

#d5baae Text Font Color

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

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


#d5baae Background Color

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

This div background color is #d5baae


#d5baae Border Color

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

This div border color is #d5baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5baae


Comments

No comments written yet.

Please login to write comment.