Color Hex Logo

#bac614 Color Hex

#BAC614
(186,198,20)
0 Favorites   0 Comments

Color spaces of #bac614

RGB 18619820
HSL0.180.820.43
HSV64°90°78°
CMYK 0.060.000.90   0.22
XYZ40.570150.87788.3439
Yxy50.87780.40650.5098
Hunter Lab71.3287-23.298542.9944
CIE-Lab76.6049-22.693174.7131

#bac614 color RGB value is (186,198,20).

#bac614 hex color red value is 186, green value is 198 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bac614 hue: 0.18 , saturation: 0.82 and the lightness value of bac614 is 0.43.

The process color (four color CMYK) of #bac614 color hex is 0.06, 0.00, 0.90, 0.22. Web safe color of #bac614 is #cccc00. Color #bac614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 00010100
Octal 272 306 24
Decimal 186 198 20
Hex BA C6 14

RGB Percentages of Color #bac614

%46.04
%49.01
%4.95

CMYK Percentages of Color #bac614

%6
%0
%90
%22

Triadic Colors of #bac614

#bac614 #14bac6 #c614ba

Analogous Colors of #bac614

#bac614 #61c614 #c67914

Monochromatic Colors of #bac614

#bac614

Complementary Color

#bac614 #2014c6

#bac614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac614 Color CSS Codes

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

#bac614 Text Font Color

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

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


#bac614 Background Color

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

This div background color is #bac614


#bac614 Border Color

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

This div border color is #bac614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac614


Comments

No comments written yet.

Please login to write comment.