Color Hex Logo

#baaf2b Color Hex

#BAAF2B
(186,175,43)
0 Favorites   0 Comments

Color spaces of #baaf2b

RGB 18617543
HSL0.150.620.45
HSV55°77°73°
CMYK 0.000.060.77   0.27
XYZ36.015741.27358.3538
Yxy41.27350.42050.4819
Hunter Lab64.2445-12.360037.2616
CIE-Lab70.3671-10.456063.9247

#baaf2b color RGB value is (186,175,43).

#baaf2b hex color red value is 186, green value is 175 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #baaf2b hue: 0.15 , saturation: 0.62 and the lightness value of baaf2b is 0.45.

The process color (four color CMYK) of #baaf2b color hex is 0.00, 0.06, 0.77, 0.27. Web safe color of #baaf2b is #cc9933. Color #baaf2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 00101011
Octal 272 257 53
Decimal 186 175 43
Hex BA AF 2B

RGB Percentages of Color #baaf2b

%46.04
%43.32
%10.64

CMYK Percentages of Color #baaf2b

%0
%6
%77
%27

Triadic Colors of #baaf2b

#baaf2b #2bbaaf #af2bba

Analogous Colors of #baaf2b

#baaf2b #7eba2b #ba682b

Monochromatic Colors of #baaf2b

#baaf2b

Complementary Color

#baaf2b #2b36ba

#baaf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf2b Color CSS Codes

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

#baaf2b Text Font Color

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

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


#baaf2b Background Color

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

This div background color is #baaf2b


#baaf2b Border Color

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

This div border color is #baaf2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf2b


Comments

No comments written yet.

Please login to write comment.