Color Hex Logo

#bcc02f Color Hex

#BCC02F
(188,192,47)
0 Favorites   0 Comments

Color spaces of #bcc02f

RGB 18819247
HSL0.170.610.47
HSV62°76°75°
CMYK 0.020.000.76   0.25
XYZ40.101848.59599.9557
Yxy48.59590.40650.4926
Hunter Lab69.7108-19.309940.3301
CIE-Lab75.1992-18.088267.1382

#bcc02f color RGB value is (188,192,47).

#bcc02f hex color red value is 188, green value is 192 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bcc02f hue: 0.17 , saturation: 0.61 and the lightness value of bcc02f is 0.47.

The process color (four color CMYK) of #bcc02f color hex is 0.02, 0.00, 0.76, 0.25. Web safe color of #bcc02f is #cccc33. Color #bcc02f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 00101111
Octal 274 300 57
Decimal 188 192 47
Hex BC C0 2F

RGB Percentages of Color #bcc02f

%44.03
%44.96
%11.01

CMYK Percentages of Color #bcc02f

%2
%0
%76
%25

Triadic Colors of #bcc02f

#bcc02f #2fbcc0 #c02fbc

Analogous Colors of #bcc02f

#bcc02f #74c02f #c07c2f

Monochromatic Colors of #bcc02f

#bcc02f

Complementary Color

#bcc02f #332fc0

#bcc02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc02f Color CSS Codes

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

#bcc02f Text Font Color

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

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


#bcc02f Background Color

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

This div background color is #bcc02f


#bcc02f Border Color

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

This div border color is #bcc02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc02f


Comments

No comments written yet.

Please login to write comment.