Color Hex Logo

#d0baae Color Hex

#D0BAAE
(208,186,174)
0 Favorites   0 Comments

Color spaces of #d0baae

RGB 208186174
HSL0.060.270.75
HSV21°16°82°
CMYK 0.000.110.16   0.18
XYZ51.211351.583747.3019
Yxy51.58370.34120.3437
Hunter Lab71.82181.588211.2268
CIE-Lab77.03125.86408.9254

#d0baae color RGB value is (208,186,174).

#d0baae hex color red value is 208, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d0baae hue: 0.06 , saturation: 0.27 and the lightness value of d0baae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111010 10101110
Octal 320 272 256
Decimal 208 186 174
Hex D0 BA AE

RGB Percentages of Color #d0baae

%36.62
%32.75
%30.63

CMYK Percentages of Color #d0baae

%0
%11
%16
%18

Triadic Colors of #d0baae

#d0baae #aed0ba #baaed0

Analogous Colors of #d0baae

#d0baae #d0cbae #d0aeb3

Monochromatic Colors of #d0baae

#d0baae

Complementary Color

#d0baae #aec4d0

#d0baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0baae Color CSS Codes

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

#d0baae Text Font Color

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

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


#d0baae Background Color

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

This div background color is #d0baae


#d0baae Border Color

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

This div border color is #d0baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0baae


Comments

No comments written yet.

Please login to write comment.