Color Hex Logo

#baab73 Color Hex

#BAAB73
(186,171,115)
0 Favorites   0 Comments

Color spaces of #baab73

RGB 186171115
HSL0.130.340.59
HSV47°38°73°
CMYK 0.000.080.38   0.27
XYZ37.907140.802722.0975
Yxy40.80270.37600.4048
Hunter Lab63.8770-5.855924.2032
CIE-Lab70.0375-2.809230.8080

#baab73 color RGB value is (186,171,115).

#baab73 hex color red value is 186, green value is 171 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #baab73 hue: 0.13 , saturation: 0.34 and the lightness value of baab73 is 0.59.

The process color (four color CMYK) of #baab73 color hex is 0.00, 0.08, 0.38, 0.27. Web safe color of #baab73 is #cc9966. Color #baab73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 01110011
Octal 272 253 163
Decimal 186 171 115
Hex BA AB 73

RGB Percentages of Color #baab73

%39.41
%36.23
%24.36

CMYK Percentages of Color #baab73

%0
%8
%38
%27

Triadic Colors of #baab73

#baab73 #73baab #ab73ba

Analogous Colors of #baab73

#baab73 #a6ba73 #ba8873

Monochromatic Colors of #baab73

#baab73

Complementary Color

#baab73 #7382ba

#baab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab73 Color CSS Codes

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

#baab73 Text Font Color

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

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


#baab73 Background Color

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

This div background color is #baab73


#baab73 Border Color

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

This div border color is #baab73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab73


Comments

No comments written yet.

Please login to write comment.