color codes Logo

#b09eab color codes

#B09EAB
(176,158,171)
0 Favorites   0 Comments

Color spaces of #b09eab

RGB 176158171
HSL0.880.100.65
HSV317°10°69°
CMYK 0.000.100.03   0.31
XYZ37.482036.624143.6217
Yxy36.62410.31840.3111
Hunter Lab60.51784.6485-0.3742
CIE-Lab66.99418.9281-4.3453

#b09eab color RGB value is (176,158,171).

#b09eab hex color red value is 176, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b09eab hue: 0.88 , saturation: 0.10 and the lightness value of b09eab is 0.65.

The process color (four color CMYK) of #b09eab color code is 0.00, 0.10, 0.03, 0.31. Web safe color of #b09eab is #999999. Color #b09eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011110 10101011
Octal 260 236 253
Decimal 176 158 171
Hex B0 9E AB

RGB Percentages of Color #b09eab

%34.85
%31.29
%33.86

CMYK Percentages of Color #b09eab

%0
%10
%3
%31

Triadic Colors of #b09eab

#b09eab #abb09e #9eabb0

Analogous Colors of #b09eab

#b09eab #b09ea2 #ac9eb0

Monochromatic Colors of #b09eab

#b09eab

Complementary Color

#b09eab #9eb0a3

#b09eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09eab Color CSS Codes

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

#b09eab Text Font Color

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

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


#b09eab Background Color

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

This div background color is #b09eab


#b09eab Border Color

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

This div border color is #b09eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09eab


Comments

No comments written yet.

Please login to write comment.