color codes Logo

#b5af9f color codes

#B5AF9F
(181,175,159)
1 Favorites   0 Comments

Color spaces of #b5af9f

RGB 181175159
HSL0.120.130.67
HSV44°12°71°
CMYK 0.000.030.12   0.29
XYZ40.644042.986938.9560
Yxy42.98690.33160.3507
Hunter Lab65.5644-4.083810.6671
CIE-Lab71.5461-0.65928.9590

#b5af9f color RGB value is (181,175,159).

#b5af9f hex color red value is 181, green value is 175 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b5af9f hue: 0.12 , saturation: 0.13 and the lightness value of b5af9f is 0.67.

The process color (four color CMYK) of #b5af9f color code is 0.00, 0.03, 0.12, 0.29. Web safe color of #b5af9f is #cc9999. Color #b5af9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101111 10011111
Octal 265 257 237
Decimal 181 175 159
Hex B5 AF 9F

RGB Percentages of Color #b5af9f

%35.15
%33.98
%30.87

CMYK Percentages of Color #b5af9f

%0
%3
%12
%29

Triadic Colors of #b5af9f

#b5af9f #9fb5af #af9fb5

Analogous Colors of #b5af9f

#b5af9f #b0b59f #b5a49f

Monochromatic Colors of #b5af9f

#b5af9f

Complementary Color

#b5af9f #9fa5b5

#b5af9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5af9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5af9f Color CSS Codes

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

#b5af9f Text Font Color

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

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


#b5af9f Background Color

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

This div background color is #b5af9f


#b5af9f Border Color

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

This div border color is #b5af9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,175,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5af9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5af9f


Comments

No comments written yet.

Please login to write comment.