Color Hex Logo

#baae47 Color Hex

#BAAE47
(186,174,71)
0 Favorites   0 Comments

Color spaces of #baae47

RGB 18617471
HSL0.150.450.50
HSV54°62°73°
CMYK 0.000.060.62   0.27
XYZ36.523141.166111.9821
Yxy41.16610.40730.4591
Hunter Lab64.1608-10.671533.8401
CIE-Lab70.2921-8.441652.9379

#baae47 color RGB value is (186,174,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 01000111
Octal 272 256 107
Decimal 186 174 71
Hex BA AE 47

RGB Percentages of Color #baae47

%43.16
%40.37
%16.47

CMYK Percentages of Color #baae47

%0
%6
%62
%27

Triadic Colors of #baae47

#baae47 #47baae #ae47ba

Analogous Colors of #baae47

#baae47 #8dba47 #ba7547

Monochromatic Colors of #baae47

#baae47

Complementary Color

#baae47 #4753ba

#baae47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae47 Color CSS Codes

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

#baae47 Text Font Color

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

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


#baae47 Background Color

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

This div background color is #baae47


#baae47 Border Color

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

This div border color is #baae47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae47


Comments

No comments written yet.

Please login to write comment.