Color Hex Logo

#baaf59 Color Hex

#BAAF59
(186,175,89)
0 Favorites   0 Comments

Color spaces of #baaf59

RGB 18617589
HSL0.150.410.54
HSV53°52°73°
CMYK 0.000.060.52   0.27
XYZ37.382841.820315.5530
Yxy41.82030.39450.4413
Hunter Lab64.6686-9.985131.0086
CIE-Lab70.7468-7.571545.0158

#baaf59 color RGB value is (186,175,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 01011001
Octal 272 257 131
Decimal 186 175 89
Hex BA AF 59

RGB Percentages of Color #baaf59

%41.33
%38.89
%19.78

CMYK Percentages of Color #baaf59

%0
%6
%52
%27

Triadic Colors of #baaf59

#baaf59 #59baaf #af59ba

Analogous Colors of #baaf59

#baaf59 #95ba59 #ba7f59

Monochromatic Colors of #baaf59

#baaf59

Complementary Color

#baaf59 #5964ba

#baaf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf59 Color CSS Codes

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

#baaf59 Text Font Color

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

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


#baaf59 Background Color

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

This div background color is #baaf59


#baaf59 Border Color

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

This div border color is #baaf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf59


Comments

No comments written yet.

Please login to write comment.