Color Hex Logo

#baba83 Color Hex

#BABA83
(186,186,131)
0 Favorites   0 Comments

Color spaces of #baba83

RGB 186186131
HSL0.170.280.62
HSV60°30°73°
CMYK 0.000.000.30   0.27
XYZ41.905347.195628.3737
Yxy47.19560.35670.4018
Hunter Lab68.6991-11.341323.6017
CIE-Lab74.3147-8.736027.9686

#baba83 color RGB value is (186,186,131).

#baba83 hex color red value is 186, green value is 186 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #baba83 hue: 0.17 , saturation: 0.28 and the lightness value of baba83 is 0.62.

The process color (four color CMYK) of #baba83 color hex is 0.00, 0.00, 0.30, 0.27. Web safe color of #baba83 is #cccc99. Color #baba83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 10000011
Octal 272 272 203
Decimal 186 186 131
Hex BA BA 83

RGB Percentages of Color #baba83

%36.98
%36.98
%26.04

CMYK Percentages of Color #baba83

%0
%0
%30
%27

Triadic Colors of #baba83

#baba83 #83baba #ba83ba

Analogous Colors of #baba83

#baba83 #9fba83 #ba9f83

Monochromatic Colors of #baba83

#baba83

Complementary Color

#baba83 #8383ba

#baba83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba83 Color CSS Codes

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

#baba83 Text Font Color

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

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


#baba83 Background Color

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

This div background color is #baba83


#baba83 Border Color

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

This div border color is #baba83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba83


Comments

No comments written yet.

Please login to write comment.