Color Hex Logo

#b599ae Color Hex

#B599AE
(181,153,174)
0 Favorites   0 Comments

Color spaces of #b599ae

RGB 181153174
HSL0.880.160.65
HSV315°15°71°
CMYK 0.000.150.04   0.29
XYZ38.087335.662244.9205
Yxy35.66220.32100.3005
Hunter Lab59.71789.3389-2.7962
CIE-Lab66.261014.0510-7.0581

#b599ae color RGB value is (181,153,174).

#b599ae hex color red value is 181, green value is 153 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b599ae hue: 0.88 , saturation: 0.16 and the lightness value of b599ae is 0.65.

The process color (four color CMYK) of #b599ae color hex is 0.00, 0.15, 0.04, 0.29. Web safe color of #b599ae is #cc9999. Color #b599ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 10101110
Octal 265 231 256
Decimal 181 153 174
Hex B5 99 AE

RGB Percentages of Color #b599ae

%35.63
%30.12
%34.25

CMYK Percentages of Color #b599ae

%0
%15
%4
%29

Triadic Colors of #b599ae

#b599ae #aeb599 #99aeb5

Analogous Colors of #b599ae

#b599ae #b599a0 #ae99b5

Monochromatic Colors of #b599ae

#b599ae

Complementary Color

#b599ae #99b5a0

#b599ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b599ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b599ae Color CSS Codes

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

#b599ae Text Font Color

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

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


#b599ae Background Color

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

This div background color is #b599ae


#b599ae Border Color

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

This div border color is #b599ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b599ae


Comments

No comments written yet.

Please login to write comment.