Color Hex Logo

#baad19 Color Hex

#BAAD19
(186,173,25)
0 Favorites   0 Comments

Color spaces of #baad19

RGB 18617325
HSL0.150.760.41
HSV55°87°73°
CMYK 0.000.070.87   0.27
XYZ35.368740.39646.8529
Yxy40.39640.42810.4890
Hunter Lab63.5582-11.895538.0980
CIE-Lab69.7509-9.979868.2913

#baad19 color RGB value is (186,173,25).

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

The process color (four color CMYK) of #baad19 color hex is 0.00, 0.07, 0.87, 0.27. Web safe color of #baad19 is #cc9900. Color #baad19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 00011001
Octal 272 255 31
Decimal 186 173 25
Hex BA AD 19

RGB Percentages of Color #baad19

%48.44
%45.05
%6.51

CMYK Percentages of Color #baad19

%0
%7
%87
%27

Triadic Colors of #baad19

#baad19 #19baad #ad19ba

Analogous Colors of #baad19

#baad19 #77ba19 #ba5d19

Monochromatic Colors of #baad19

#baad19

Complementary Color

#baad19 #1926ba

#baad19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad19 Color CSS Codes

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

#baad19 Text Font Color

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

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


#baad19 Background Color

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

This div background color is #baad19


#baad19 Border Color

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

This div border color is #baad19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad19


Comments

No comments written yet.

Please login to write comment.