Color Hex Logo

#baae58 Color Hex

#BAAE58
(186,174,88)
0 Favorites   0 Comments

Color spaces of #baae58

RGB 18617488
HSL0.150.420.54
HSV53°53°73°
CMYK 0.000.060.53   0.27
XYZ37.147241.415815.2687
Yxy41.41580.39590.4414
Hunter Lab64.3551-9.587330.9816
CIE-Lab70.4663-7.133345.1730

#baae58 color RGB value is (186,174,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 01011000
Octal 272 256 130
Decimal 186 174 88
Hex BA AE 58

RGB Percentages of Color #baae58

%41.52
%38.84
%19.64

CMYK Percentages of Color #baae58

%0
%6
%53
%27

Triadic Colors of #baae58

#baae58 #58baae #ae58ba

Analogous Colors of #baae58

#baae58 #95ba58 #ba7d58

Monochromatic Colors of #baae58

#baae58

Complementary Color

#baae58 #5864ba

#baae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae58 Color CSS Codes

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

#baae58 Text Font Color

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

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


#baae58 Background Color

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

This div background color is #baae58


#baae58 Border Color

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

This div border color is #baae58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae58


Comments

No comments written yet.

Please login to write comment.