Color Hex Logo

#baaf7a Color Hex

#BAAF7A
(186,175,122)
0 Favorites   0 Comments

Color spaces of #baaf7a

RGB 186175122
HSL0.140.320.60
HSV50°34°73°
CMYK 0.000.060.34   0.27
XYZ39.092542.504224.5561
Yxy42.50420.36830.4004
Hunter Lab65.1952-7.059223.3048
CIE-Lab71.2172-4.097028.6354

#baaf7a color RGB value is (186,175,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 01111010
Octal 272 257 172
Decimal 186 175 122
Hex BA AF 7A

RGB Percentages of Color #baaf7a

%38.51
%36.23
%25.26

CMYK Percentages of Color #baaf7a

%0
%6
%34
%27

Triadic Colors of #baaf7a

#baaf7a #7abaaf #af7aba

Analogous Colors of #baaf7a

#baaf7a #a5ba7a #ba8f7a

Monochromatic Colors of #baaf7a

#baaf7a

Complementary Color

#baaf7a #7a85ba

#baaf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf7a Color CSS Codes

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

#baaf7a Text Font Color

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

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


#baaf7a Background Color

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

This div background color is #baaf7a


#baaf7a Border Color

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

This div border color is #baaf7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf7a


Comments

No comments written yet.

Please login to write comment.