Color Hex Logo

#d09cae Color Hex

#D09CAE
(208,156,174)
0 Favorites   0 Comments

Color spaces of #d09cae

RGB 208156174
HSL0.940.360.71
HSV339°25°82°
CMYK 0.000.250.16   0.18
XYZ45.540940.242845.4118
Yxy40.24280.34710.3067
Hunter Lab63.437217.12811.9630
CIE-Lab69.642122.1060-1.7695

#d09cae color RGB value is (208,156,174).

#d09cae hex color red value is 208, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d09cae hue: 0.94 , saturation: 0.36 and the lightness value of d09cae is 0.71.

The process color (four color CMYK) of #d09cae color hex is 0.00, 0.25, 0.16, 0.18. Web safe color of #d09cae is #cc9999. Color #d09cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011100 10101110
Octal 320 234 256
Decimal 208 156 174
Hex D0 9C AE

RGB Percentages of Color #d09cae

%38.66
%29.00
%32.34

CMYK Percentages of Color #d09cae

%0
%25
%16
%18

Triadic Colors of #d09cae

#d09cae #aed09c #9caed0

Analogous Colors of #d09cae

#d09cae #d0a49c #d09cc8

Monochromatic Colors of #d09cae

#d09cae

Complementary Color

#d09cae #9cd0be

#d09cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09cae Color CSS Codes

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

#d09cae Text Font Color

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

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


#d09cae Background Color

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

This div background color is #d09cae


#d09cae Border Color

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

This div border color is #d09cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09cae


Comments

No comments written yet.

Please login to write comment.