Color Hex Logo

#baae5a Color Hex

#BAAE5A
(186,174,90)
0 Favorites   0 Comments

Color spaces of #baae5a

RGB 18617490
HSL0.150.410.54
HSV53°52°73°
CMYK 0.000.060.52   0.27
XYZ37.231241.449415.7111
Yxy41.44940.39440.4391
Hunter Lab64.3812-9.441830.5982
CIE-Lab70.4896-6.958744.2193

#baae5a color RGB value is (186,174,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 01011010
Octal 272 256 132
Decimal 186 174 90
Hex BA AE 5A

RGB Percentages of Color #baae5a

%41.33
%38.67
%20.00

CMYK Percentages of Color #baae5a

%0
%6
%52
%27

Triadic Colors of #baae5a

#baae5a #5abaae #ae5aba

Analogous Colors of #baae5a

#baae5a #96ba5a #ba7e5a

Monochromatic Colors of #baae5a

#baae5a

Complementary Color

#baae5a #5a66ba

#baae5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae5a Color CSS Codes

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

#baae5a Text Font Color

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

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


#baae5a Background Color

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

This div background color is #baae5a


#baae5a Border Color

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

This div border color is #baae5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae5a


Comments

No comments written yet.

Please login to write comment.