Color Hex Logo

#baac27 Color Hex

#BAAC27
(186,172,39)
0 Favorites   0 Comments

Color spaces of #baac27

RGB 18617239
HSL0.150.650.44
HSV54°79°73°
CMYK 0.000.080.79   0.27
XYZ35.368440.09067.7936
Yxy40.09060.42480.4816
Hunter Lab63.3171-11.096537.0241
CIE-Lab69.5340-9.045864.4321

#baac27 color RGB value is (186,172,39).

#baac27 hex color red value is 186, green value is 172 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #baac27 hue: 0.15 , saturation: 0.65 and the lightness value of baac27 is 0.44.

The process color (four color CMYK) of #baac27 color hex is 0.00, 0.08, 0.79, 0.27. Web safe color of #baac27 is #cc9933. Color #baac27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 00100111
Octal 272 254 47
Decimal 186 172 39
Hex BA AC 27

RGB Percentages of Color #baac27

%46.85
%43.32
%9.82

CMYK Percentages of Color #baac27

%0
%8
%79
%27

Triadic Colors of #baac27

#baac27 #27baac #ac27ba

Analogous Colors of #baac27

#baac27 #7fba27 #ba6327

Monochromatic Colors of #baac27

#baac27

Complementary Color

#baac27 #2735ba

#baac27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac27 Color CSS Codes

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

#baac27 Text Font Color

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

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


#baac27 Background Color

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

This div background color is #baac27


#baac27 Border Color

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

This div border color is #baac27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac27


Comments

No comments written yet.

Please login to write comment.