Color Hex Logo

#bab862 Color Hex

#BAB862
(186,184,98)
0 Favorites   0 Comments

Color spaces of #bab862

RGB 18618498
HSL0.160.390.56
HSV59°47°73°
CMYK 0.000.010.47   0.27
XYZ39.594845.601918.2705
Yxy45.60190.38270.4407
Hunter Lab67.5292-13.515131.2291
CIE-Lab73.2865-11.430643.6292

#bab862 color RGB value is (186,184,98).

#bab862 hex color red value is 186, green value is 184 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bab862 hue: 0.16 , saturation: 0.39 and the lightness value of bab862 is 0.56.

The process color (four color CMYK) of #bab862 color hex is 0.00, 0.01, 0.47, 0.27. Web safe color of #bab862 is #cccc66. Color #bab862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01100010
Octal 272 270 142
Decimal 186 184 98
Hex BA B8 62

RGB Percentages of Color #bab862

%39.74
%39.32
%20.94

CMYK Percentages of Color #bab862

%0
%1
%47
%27

Triadic Colors of #bab862

#bab862 #62bab8 #b862ba

Analogous Colors of #bab862

#bab862 #90ba62 #ba8c62

Monochromatic Colors of #bab862

#bab862

Complementary Color

#bab862 #6264ba

#bab862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab862 Color CSS Codes

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

#bab862 Text Font Color

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

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


#bab862 Background Color

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

This div background color is #bab862


#bab862 Border Color

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

This div border color is #bab862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab862


Comments

No comments written yet.

Please login to write comment.