Color Hex Logo

#d09eab Color Hex

#D09EAB
(208,158,171)
0 Favorites   0 Comments

Color spaces of #d09eab

RGB 208158171
HSL0.960.350.72
HSV344°24°82°
CMYK 0.000.240.18   0.18
XYZ45.590040.803944.0012
Yxy40.80390.34960.3129
Hunter Lab63.877915.61003.8737
CIE-Lab70.038320.53880.4771

#d09eab color RGB value is (208,158,171).

#d09eab hex color red value is 208, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d09eab hue: 0.96 , saturation: 0.35 and the lightness value of d09eab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011110 10101011
Octal 320 236 253
Decimal 208 158 171
Hex D0 9E AB

RGB Percentages of Color #d09eab

%38.73
%29.42
%31.84

CMYK Percentages of Color #d09eab

%0
%24
%18
%18

Triadic Colors of #d09eab

#d09eab #abd09e #9eabd0

Analogous Colors of #d09eab

#d09eab #d0aa9e #d09ec4

Monochromatic Colors of #d09eab

#d09eab

Complementary Color

#d09eab #9ed0c3

#d09eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09eab Color CSS Codes

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

#d09eab Text Font Color

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

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


#d09eab Background Color

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

This div background color is #d09eab


#d09eab Border Color

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

This div border color is #d09eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09eab


Comments

No comments written yet.

Please login to write comment.