Color Hex Logo

#baae2b Color Hex

#BAAE2B
(186,174,43)
0 Favorites   0 Comments

Color spaces of #baae2b

RGB 18617443
HSL0.150.620.45
HSV55°77°73°
CMYK 0.000.060.77   0.27
XYZ35.821840.88568.2892
Yxy40.88560.42140.4810
Hunter Lab63.9418-11.898137.0731
CIE-Lab70.0957-9.936663.6763

#baae2b color RGB value is (186,174,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 00101011
Octal 272 256 53
Decimal 186 174 43
Hex BA AE 2B

RGB Percentages of Color #baae2b

%46.15
%43.18
%10.67

CMYK Percentages of Color #baae2b

%0
%6
%77
%27

Triadic Colors of #baae2b

#baae2b #2bbaae #ae2bba

Analogous Colors of #baae2b

#baae2b #7fba2b #ba672b

Monochromatic Colors of #baae2b

#baae2b

Complementary Color

#baae2b #2b37ba

#baae2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae2b Color CSS Codes

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

#baae2b Text Font Color

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

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


#baae2b Background Color

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

This div background color is #baae2b


#baae2b Border Color

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

This div border color is #baae2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae2b


Comments

No comments written yet.

Please login to write comment.