Color Hex Logo

#baaf39 Color Hex

#BAAF39
(186,175,57)
0 Favorites   0 Comments

Color spaces of #baaf39

RGB 18617557
HSL0.150.530.48
HSV55°69°73°
CMYK 0.000.060.69   0.27
XYZ36.318241.39459.9467
Yxy41.39450.41430.4722
Hunter Lab64.3386-11.831835.8708
CIE-Lab70.4514-9.809358.9795

#baaf39 color RGB value is (186,175,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 00111001
Octal 272 257 71
Decimal 186 175 57
Hex BA AF 39

RGB Percentages of Color #baaf39

%44.50
%41.87
%13.64

CMYK Percentages of Color #baaf39

%0
%6
%69
%27

Triadic Colors of #baaf39

#baaf39 #39baaf #af39ba

Analogous Colors of #baaf39

#baaf39 #85ba39 #ba6f39

Monochromatic Colors of #baaf39

#baaf39

Complementary Color

#baaf39 #3944ba

#baaf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf39 Color CSS Codes

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

#baaf39 Text Font Color

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

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


#baaf39 Background Color

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

This div background color is #baaf39


#baaf39 Border Color

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

This div border color is #baaf39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf39


Comments

No comments written yet.

Please login to write comment.