Color Hex Logo

#bab123 Color Hex

#BAB123
(186,177,35)
0 Favorites   0 Comments

Color spaces of #bab123

RGB 18617735
HSL0.160.680.43
HSV56°81°73°
CMYK 0.000.050.81   0.27
XYZ36.275242.00477.7859
Yxy42.00470.42150.4881
Hunter Lab64.8110-13.511638.2451
CIE-Lab70.8742-11.774666.7700

#bab123 color RGB value is (186,177,35).

#bab123 hex color red value is 186, green value is 177 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bab123 hue: 0.16 , saturation: 0.68 and the lightness value of bab123 is 0.43.

The process color (four color CMYK) of #bab123 color hex is 0.00, 0.05, 0.81, 0.27. Web safe color of #bab123 is #cc9933. Color #bab123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 00100011
Octal 272 261 43
Decimal 186 177 35
Hex BA B1 23

RGB Percentages of Color #bab123

%46.73
%44.47
%8.79

CMYK Percentages of Color #bab123

%0
%5
%81
%27

Triadic Colors of #bab123

#bab123 #23bab1 #b123ba

Analogous Colors of #bab123

#bab123 #78ba23 #ba6623

Monochromatic Colors of #bab123

#bab123

Complementary Color

#bab123 #232cba

#bab123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab123 Color CSS Codes

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

#bab123 Text Font Color

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

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


#bab123 Background Color

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

This div background color is #bab123


#bab123 Border Color

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

This div border color is #bab123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab123


Comments

No comments written yet.

Please login to write comment.