Color Hex Logo

#baaf9e Color Hex

#BAAF9E
(186,175,158)
0 Favorites   0 Comments

Color spaces of #baaf9e

RGB 186175158
HSL0.100.170.67
HSV36°15°73°
CMYK 0.000.060.15   0.27
XYZ41.751243.567738.5566
Yxy43.56770.33700.3517
Hunter Lab66.0058-2.602211.5705
CIE-Lab71.93861.038810.1227

#baaf9e color RGB value is (186,175,158).

#baaf9e hex color red value is 186, green value is 175 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #baaf9e hue: 0.10 , saturation: 0.17 and the lightness value of baaf9e is 0.67.

The process color (four color CMYK) of #baaf9e color hex is 0.00, 0.06, 0.15, 0.27. Web safe color of #baaf9e is #cc9999. Color #baaf9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10011110
Octal 272 257 236
Decimal 186 175 158
Hex BA AF 9E

RGB Percentages of Color #baaf9e

%35.84
%33.72
%30.44

CMYK Percentages of Color #baaf9e

%0
%6
%15
%27

Triadic Colors of #baaf9e

#baaf9e #9ebaaf #af9eba

Analogous Colors of #baaf9e

#baaf9e #b7ba9e #baa19e

Monochromatic Colors of #baaf9e

#baaf9e

Complementary Color

#baaf9e #9ea9ba

#baaf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf9e Color CSS Codes

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

#baaf9e Text Font Color

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

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


#baaf9e Background Color

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

This div background color is #baaf9e


#baaf9e Border Color

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

This div border color is #baaf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf9e

#baaf9e Color Palettes


Comments

No comments written yet.

Please login to write comment.