Color Hex Logo

#bab23c Color Hex

#BAB23C
(186,178,60)
0 Favorites   0 Comments

Color spaces of #bab23c

RGB 18617860
HSL0.160.510.48
HSV56°68°73°
CMYK 0.000.040.68   0.27
XYZ36.985742.606110.5494
Yxy42.60610.41030.4727
Hunter Lab65.2733-13.085336.1090
CIE-Lab71.2868-11.200758.6360

#bab23c color RGB value is (186,178,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 00111100
Octal 272 262 74
Decimal 186 178 60
Hex BA B2 3C

RGB Percentages of Color #bab23c

%43.87
%41.98
%14.15

CMYK Percentages of Color #bab23c

%0
%4
%68
%27

Triadic Colors of #bab23c

#bab23c #3cbab2 #b23cba

Analogous Colors of #bab23c

#bab23c #83ba3c #ba733c

Monochromatic Colors of #bab23c

#bab23c

Complementary Color

#bab23c #3c44ba

#bab23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab23c Color CSS Codes

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

#bab23c Text Font Color

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

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


#bab23c Background Color

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

This div background color is #bab23c


#bab23c Border Color

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

This div border color is #bab23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab23c


Comments

No comments written yet.

Please login to write comment.