Color Hex Logo

#bac350 Color Hex

#BAC350
(186,195,80)
0 Favorites   0 Comments

Color spaces of #bac350

RGB 18619580
HSL0.180.490.54
HSV65°59°76°
CMYK 0.050.000.59   0.24
XYZ41.212850.048515.0776
Yxy50.04850.38760.4707
Hunter Lab70.7450-19.817736.8852
CIE-Lab76.0990-18.534955.3199

#bac350 color RGB value is (186,195,80).

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

The process color (four color CMYK) of #bac350 color hex is 0.05, 0.00, 0.59, 0.24. Web safe color of #bac350 is #cccc66. Color #bac350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000011 01010000
Octal 272 303 120
Decimal 186 195 80
Hex BA C3 50

RGB Percentages of Color #bac350

%40.35
%42.30
%17.35

CMYK Percentages of Color #bac350

%5
%0
%59
%24

Triadic Colors of #bac350

#bac350 #50bac3 #c350ba

Analogous Colors of #bac350

#bac350 #81c350 #c39350

Monochromatic Colors of #bac350

#bac350

Complementary Color

#bac350 #5950c3

#bac350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac350 Color CSS Codes

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

#bac350 Text Font Color

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

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


#bac350 Background Color

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

This div background color is #bac350


#bac350 Border Color

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

This div border color is #bac350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac350


Comments

No comments written yet.

Please login to write comment.