Color Hex Logo

#baaf57 Color Hex

#BAAF57
(186,175,87)
0 Favorites   0 Comments

Color spaces of #baaf57

RGB 18617587
HSL0.150.420.54
HSV53°53°73°
CMYK 0.000.060.53   0.27
XYZ37.300041.787215.1166
Yxy41.78720.39600.4436
Hunter Lab64.6430-10.128131.3853
CIE-Lab70.7240-7.743545.9634

#baaf57 color RGB value is (186,175,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 01010111
Octal 272 257 127
Decimal 186 175 87
Hex BA AF 57

RGB Percentages of Color #baaf57

%41.52
%39.06
%19.42

CMYK Percentages of Color #baaf57

%0
%6
%53
%27

Triadic Colors of #baaf57

#baaf57 #57baaf #af57ba

Analogous Colors of #baaf57

#baaf57 #94ba57 #ba7e57

Monochromatic Colors of #baaf57

#baaf57

Complementary Color

#baaf57 #5762ba

#baaf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf57 Color CSS Codes

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

#baaf57 Text Font Color

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

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


#baaf57 Background Color

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

This div background color is #baaf57


#baaf57 Border Color

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

This div border color is #baaf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf57


Comments

No comments written yet.

Please login to write comment.