Color Hex Logo

#baad70 Color Hex

#BAAD70
(186,173,112)
0 Favorites   0 Comments

Color spaces of #baad70

RGB 186173112
HSL0.140.350.58
HSV49°40°73°
CMYK 0.000.070.40   0.27
XYZ38.117941.496121.3298
Yxy41.49610.37760.4111
Hunter Lab64.4175-7.106325.4602
CIE-Lab70.5221-4.217133.0208

#baad70 color RGB value is (186,173,112).

#baad70 hex color red value is 186, green value is 173 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #baad70 hue: 0.14 , saturation: 0.35 and the lightness value of baad70 is 0.58.

The process color (four color CMYK) of #baad70 color hex is 0.00, 0.07, 0.40, 0.27. Web safe color of #baad70 is #cc9966. Color #baad70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 01110000
Octal 272 255 160
Decimal 186 173 112
Hex BA AD 70

RGB Percentages of Color #baad70

%39.49
%36.73
%23.78

CMYK Percentages of Color #baad70

%0
%7
%40
%27

Triadic Colors of #baad70

#baad70 #70baad #ad70ba

Analogous Colors of #baad70

#baad70 #a2ba70 #ba8870

Monochromatic Colors of #baad70

#baad70

Complementary Color

#baad70 #707dba

#baad70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad70 Color CSS Codes

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

#baad70 Text Font Color

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

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


#baad70 Background Color

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

This div background color is #baad70


#baad70 Border Color

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

This div border color is #baad70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad70


Comments

No comments written yet.

Please login to write comment.