Color Hex Logo

#baaf60 Color Hex

#BAAF60
(186,175,96)
0 Favorites   0 Comments

Color spaces of #baaf60

RGB 18617596
HSL0.150.390.55
HSV53°48°73°
CMYK 0.000.060.48   0.27
XYZ37.691041.943617.1757
Yxy41.94360.38930.4333
Hunter Lab64.7639-9.454129.6107
CIE-Lab70.8320-6.934641.6463

#baaf60 color RGB value is (186,175,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 01100000
Octal 272 257 140
Decimal 186 175 96
Hex BA AF 60

RGB Percentages of Color #baaf60

%40.70
%38.29
%21.01

CMYK Percentages of Color #baaf60

%0
%6
%48
%27

Triadic Colors of #baaf60

#baaf60 #60baaf #af60ba

Analogous Colors of #baaf60

#baaf60 #98ba60 #ba8260

Monochromatic Colors of #baaf60

#baaf60

Complementary Color

#baaf60 #606bba

#baaf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaf60 Color CSS Codes

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

#baaf60 Text Font Color

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

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


#baaf60 Background Color

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

This div background color is #baaf60


#baaf60 Border Color

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

This div border color is #baaf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaf60


Comments

No comments written yet.

Please login to write comment.