Color Hex Logo

#bab247 Color Hex

#BAB247
(186,178,71)
0 Favorites   0 Comments

Color spaces of #bab247

RGB 18617871
HSL0.160.450.50
HSV56°62°73°
CMYK 0.000.040.62   0.27
XYZ37.307442.734812.2436
Yxy42.73480.40430.4631
Hunter Lab65.3719-12.531734.6558
CIE-Lab71.3746-10.523854.1120

#bab247 color RGB value is (186,178,71).

#bab247 hex color red value is 186, green value is 178 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bab247 hue: 0.16 , saturation: 0.45 and the lightness value of bab247 is 0.50.

The process color (four color CMYK) of #bab247 color hex is 0.00, 0.04, 0.62, 0.27. Web safe color of #bab247 is #cc9933. Color #bab247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01000111
Octal 272 262 107
Decimal 186 178 71
Hex BA B2 47

RGB Percentages of Color #bab247

%42.76
%40.92
%16.32

CMYK Percentages of Color #bab247

%0
%4
%62
%27

Triadic Colors of #bab247

#bab247 #47bab2 #b247ba

Analogous Colors of #bab247

#bab247 #89ba47 #ba7947

Monochromatic Colors of #bab247

#bab247

Complementary Color

#bab247 #474fba

#bab247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab247 Color CSS Codes

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

#bab247 Text Font Color

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

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


#bab247 Background Color

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

This div background color is #bab247


#bab247 Border Color

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

This div border color is #bab247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab247


Comments

No comments written yet.

Please login to write comment.