Color Hex Logo

#bac007 Color Hex

#BAC007
(186,192,7)
0 Favorites   0 Comments

Color spaces of #bac007

RGB 1861927
HSL0.170.930.39
HSV62°96°75°
CMYK 0.030.000.96   0.25
XYZ39.137748.15377.4328
Yxy48.15370.41320.5084
Hunter Lab69.3929-20.763242.2243
CIE-Lab74.9218-19.921975.0230

#bac007 color RGB value is (186,192,7).

#bac007 hex color red value is 186, green value is 192 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bac007 hue: 0.17 , saturation: 0.93 and the lightness value of bac007 is 0.39.

The process color (four color CMYK) of #bac007 color hex is 0.03, 0.00, 0.96, 0.25. Web safe color of #bac007 is #cccc00. Color #bac007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000000 00000111
Octal 272 300 7
Decimal 186 192 7
Hex BA C0 7

RGB Percentages of Color #bac007

%48.31
%49.87
%1.82

CMYK Percentages of Color #bac007

%3
%0
%96
%25

Triadic Colors of #bac007

#bac007 #07bac0 #c007ba

Analogous Colors of #bac007

#bac007 #5ec007 #c06a07

Monochromatic Colors of #bac007

#bac007

Complementary Color

#bac007 #0d07c0

#bac007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac007 Color CSS Codes

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

#bac007 Text Font Color

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

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


#bac007 Background Color

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

This div background color is #bac007


#bac007 Border Color

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

This div border color is #bac007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac007


Comments

No comments written yet.

Please login to write comment.