Color Hex Logo

#bab242 Color Hex

#BAB242
(186,178,66)
0 Favorites   0 Comments

Color spaces of #bab242

RGB 18617866
HSL0.160.480.49
HSV56°65°73°
CMYK 0.000.040.65   0.27
XYZ37.153542.673211.4328
Yxy42.67320.40710.4676
Hunter Lab65.3247-12.796235.3507
CIE-Lab71.3326-10.846956.2193

#bab242 color RGB value is (186,178,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01000010
Octal 272 262 102
Decimal 186 178 66
Hex BA B2 42

RGB Percentages of Color #bab242

%43.26
%41.40
%15.35

CMYK Percentages of Color #bab242

%0
%4
%65
%27

Triadic Colors of #bab242

#bab242 #42bab2 #b242ba

Analogous Colors of #bab242

#bab242 #86ba42 #ba7642

Monochromatic Colors of #bab242

#bab242

Complementary Color

#bab242 #424aba

#bab242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab242 Color CSS Codes

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

#bab242 Text Font Color

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

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


#bab242 Background Color

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

This div background color is #bab242


#bab242 Border Color

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

This div border color is #bab242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab242


Comments

No comments written yet.

Please login to write comment.