Color Hex Logo

#baad1e Color Hex

#BAAD1E
(186,173,30)
0 Favorites   0 Comments

Color spaces of #baad1e

RGB 18617330
HSL0.150.720.42
HSV55°84°73°
CMYK 0.000.070.84   0.27
XYZ35.427640.42007.1629
Yxy40.42000.42680.4869
Hunter Lab63.5767-11.791637.8238
CIE-Lab69.7676-9.852267.1382

#baad1e color RGB value is (186,173,30).

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

The process color (four color CMYK) of #baad1e color hex is 0.00, 0.07, 0.84, 0.27. Web safe color of #baad1e is #cc9933. Color #baad1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 00011110
Octal 272 255 36
Decimal 186 173 30
Hex BA AD 1E

RGB Percentages of Color #baad1e

%47.81
%44.47
%7.71

CMYK Percentages of Color #baad1e

%0
%7
%84
%27

Triadic Colors of #baad1e

#baad1e #1ebaad #ad1eba

Analogous Colors of #baad1e

#baad1e #79ba1e #ba5f1e

Monochromatic Colors of #baad1e

#baad1e

Complementary Color

#baad1e #1e2bba

#baad1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad1e Color CSS Codes

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

#baad1e Text Font Color

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

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


#baad1e Background Color

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

This div background color is #baad1e


#baad1e Border Color

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

This div border color is #baad1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad1e


Comments

No comments written yet.

Please login to write comment.