Color Hex Logo

#baaf6b Color Hex

#BAAF6B
(186,175,107)
0 Favorites   0 Comments

Color spaces of #baaf6b

RGB 186175107
HSL0.140.360.57
HSV52°42°73°
CMYK 0.000.060.42   0.27
XYZ38.233542.160620.0326
Yxy42.16060.38070.4198
Hunter Lab64.9312-8.523327.1597
CIE-Lab70.9815-5.824936.2170

#baaf6b color RGB value is (186,175,107).

#baaf6b hex color red value is 186, green value is 175 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #baaf6b hue: 0.14 , saturation: 0.36 and the lightness value of baaf6b is 0.57.

The process color (four color CMYK) of #baaf6b color hex is 0.00, 0.06, 0.42, 0.27. Web safe color of #baaf6b is #cc9966. Color #baaf6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 01101011
Octal 272 257 153
Decimal 186 175 107
Hex BA AF 6B

RGB Percentages of Color #baaf6b

%39.74
%37.39
%22.86

CMYK Percentages of Color #baaf6b

%0
%6
%42
%27

Triadic Colors of #baaf6b

#baaf6b #6bbaaf #af6bba

Analogous Colors of #baaf6b

#baaf6b #9eba6b #ba886b

Monochromatic Colors of #baaf6b

#baaf6b

Complementary Color

#baaf6b #6b76ba

#baaf6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf6b Color CSS Codes

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

#baaf6b Text Font Color

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

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


#baaf6b Background Color

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

This div background color is #baaf6b


#baaf6b Border Color

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

This div border color is #baaf6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf6b


Comments

No comments written yet.

Please login to write comment.