Color Hex Logo

#bac313 Color Hex

#BAC313
(186,195,19)
0 Favorites   0 Comments

Color spaces of #bac313

RGB 18619519
HSL0.180.820.42
HSV63°90°76°
CMYK 0.050.000.90   0.24
XYZ39.882349.51638.0717
Yxy49.51630.40920.5080
Hunter Lab70.3678-21.975442.4565
CIE-Lab75.7714-21.239974.2100

#bac313 color RGB value is (186,195,19).

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

The process color (four color CMYK) of #bac313 color hex is 0.05, 0.00, 0.90, 0.24. Web safe color of #bac313 is #cccc00. Color #bac313 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000011 00010011
Octal 272 303 23
Decimal 186 195 19
Hex BA C3 13

RGB Percentages of Color #bac313

%46.50
%48.75
%4.75

CMYK Percentages of Color #bac313

%5
%0
%90
%24

Triadic Colors of #bac313

#bac313 #13bac3 #c313ba

Analogous Colors of #bac313

#bac313 #62c313 #c37413

Monochromatic Colors of #bac313

#bac313

Complementary Color

#bac313 #1c13c3

#bac313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac313 Color CSS Codes

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

#bac313 Text Font Color

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

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


#bac313 Background Color

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

This div background color is #bac313


#bac313 Border Color

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

This div border color is #bac313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac313


Comments

No comments written yet.

Please login to write comment.