Color Hex Logo

#baad07 Color Hex

#BAAD07
(186,173,7)
0 Favorites   0 Comments

Color spaces of #baad07

RGB 1861737
HSL0.150.930.38
HSV56°96°73°
CMYK 0.000.070.96   0.27
XYZ35.231640.34166.1308
Yxy40.34160.43120.4938
Hunter Lab63.5150-12.137938.7375
CIE-Lab69.7121-10.277971.1231

#baad07 color RGB value is (186,173,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 00000111
Octal 272 255 7
Decimal 186 173 7
Hex BA AD 7

RGB Percentages of Color #baad07

%50.82
%47.27
%1.91

CMYK Percentages of Color #baad07

%0
%7
%96
%27

Triadic Colors of #baad07

#baad07 #07baad #ad07ba

Analogous Colors of #baad07

#baad07 #6eba07 #ba5407

Monochromatic Colors of #baad07

#baad07

Complementary Color

#baad07 #0714ba

#baad07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad07 Color CSS Codes

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

#baad07 Text Font Color

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

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


#baad07 Background Color

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

This div background color is #baad07


#baad07 Border Color

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

This div border color is #baad07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad07


Comments

No comments written yet.

Please login to write comment.