Color Hex Logo

#bacf0c Color Hex

#BACF0C
(186,207,12)
0 Favorites   0 Comments

Color spaces of #bacf0c

RGB 18620712
HSL0.180.890.43
HSV66°94°81°
CMYK 0.100.000.94   0.19
XYZ42.628955.09138.7347
Yxy55.09130.40040.5175
Hunter Lab74.2235-27.373044.9792
CIE-Lab79.0938-27.157777.6982

#bacf0c color RGB value is (186,207,12).

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

The process color (four color CMYK) of #bacf0c color hex is 0.10, 0.00, 0.94, 0.19. Web safe color of #bacf0c is #cccc00. Color #bacf0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001111 00001100
Octal 272 317 14
Decimal 186 207 12
Hex BA CF C

RGB Percentages of Color #bacf0c

%45.93
%51.11
%2.96

CMYK Percentages of Color #bacf0c

%10
%0
%94
%19

Triadic Colors of #bacf0c

#bacf0c #0cbacf #cf0cba

Analogous Colors of #bacf0c

#bacf0c #58cf0c #cf830c

Monochromatic Colors of #bacf0c

#bacf0c

Complementary Color

#bacf0c #210ccf

#bacf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacf0c Color CSS Codes

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

#bacf0c Text Font Color

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

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


#bacf0c Background Color

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

This div background color is #bacf0c


#bacf0c Border Color

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

This div border color is #bacf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacf0c


Comments

No comments written yet.

Please login to write comment.