Color Hex Logo

#baae52 Color Hex

#BAAE52
(186,174,82)
0 Favorites   0 Comments

Color spaces of #baae52

RGB 18617482
HSL0.150.430.53
HSV53°56°73°
CMYK 0.000.060.56   0.27
XYZ36.908741.320414.0130
Yxy41.32040.40010.4480
Hunter Lab64.2809-10.000932.0717
CIE-Lab70.3998-7.631047.9887

#baae52 color RGB value is (186,174,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 01010010
Octal 272 256 122
Decimal 186 174 82
Hex BA AE 52

RGB Percentages of Color #baae52

%42.08
%39.37
%18.55

CMYK Percentages of Color #baae52

%0
%6
%56
%27

Triadic Colors of #baae52

#baae52 #52baae #ae52ba

Analogous Colors of #baae52

#baae52 #92ba52 #ba7a52

Monochromatic Colors of #baae52

#baae52

Complementary Color

#baae52 #525eba

#baae52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae52 Color CSS Codes

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

#baae52 Text Font Color

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

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


#baae52 Background Color

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

This div background color is #baae52


#baae52 Border Color

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

This div border color is #baae52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae52


Comments

No comments written yet.

Please login to write comment.