Color Hex Logo

#bcc02e Color Hex

#BCC02E
(188,192,46)
0 Favorites   0 Comments

Color spaces of #bcc02e

RGB 18819246
HSL0.170.610.47
HSV62°76°75°
CMYK 0.020.000.76   0.25
XYZ40.081848.58799.8506
Yxy48.58790.40680.4932
Hunter Lab69.7050-19.342740.4147
CIE-Lab75.1942-18.128967.4477

#bcc02e color RGB value is (188,192,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 00101110
Octal 274 300 56
Decimal 188 192 46
Hex BC C0 2E

RGB Percentages of Color #bcc02e

%44.13
%45.07
%10.80

CMYK Percentages of Color #bcc02e

%2
%0
%76
%25

Triadic Colors of #bcc02e

#bcc02e #2ebcc0 #c02ebc

Analogous Colors of #bcc02e

#bcc02e #73c02e #c07b2e

Monochromatic Colors of #bcc02e

#bcc02e

Complementary Color

#bcc02e #322ec0

#bcc02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc02e Color CSS Codes

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

#bcc02e Text Font Color

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

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


#bcc02e Background Color

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

This div background color is #bcc02e


#bcc02e Border Color

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

This div border color is #bcc02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc02e


Comments

No comments written yet.

Please login to write comment.