Color Hex Logo

#bac13d Color Hex

#BAC13D
(186,193,61)
0 Favorites   0 Comments

Color spaces of #bac13d

RGB 18619361
HSL0.180.520.50
HSV63°68°76°
CMYK 0.040.000.68   0.24
XYZ40.162048.916011.7398
Yxy48.91600.39840.4852
Hunter Lab69.9400-19.894039.0058
CIE-Lab75.3990-18.761862.3933

#bac13d color RGB value is (186,193,61).

#bac13d hex color red value is 186, green value is 193 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bac13d hue: 0.18 , saturation: 0.52 and the lightness value of bac13d is 0.50.

The process color (four color CMYK) of #bac13d color hex is 0.04, 0.00, 0.68, 0.24. Web safe color of #bac13d is #cccc33. Color #bac13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 00111101
Octal 272 301 75
Decimal 186 193 61
Hex BA C1 3D

RGB Percentages of Color #bac13d

%42.27
%43.86
%13.86

CMYK Percentages of Color #bac13d

%4
%0
%68
%24

Triadic Colors of #bac13d

#bac13d #3dbac1 #c13dba

Analogous Colors of #bac13d

#bac13d #78c13d #c1863d

Monochromatic Colors of #bac13d

#bac13d

Complementary Color

#bac13d #443dc1

#bac13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac13d Color CSS Codes

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

#bac13d Text Font Color

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

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


#bac13d Background Color

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

This div background color is #bac13d


#bac13d Border Color

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

This div border color is #bac13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac13d

#bac13d Color Palettes


Comments

No comments written yet.

Please login to write comment.