Color Hex Logo

#bcf010 Color Hex

#BCF010
(188,240,16)
0 Favorites   0 Comments

Color spaces of #bcf010

RGB 18824016
HSL0.210.880.50
HSV74°93°94°
CMYK 0.220.000.93   0.06
XYZ51.992773.049011.8498
Yxy73.04900.37980.5336
Hunter Lab85.4687-40.984351.6078
CIE-Lab88.4711-41.386784.6350

#bcf010 color RGB value is (188,240,16).

#bcf010 hex color red value is 188, green value is 240 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bcf010 hue: 0.21 , saturation: 0.88 and the lightness value of bcf010 is 0.50.

The process color (four color CMYK) of #bcf010 color hex is 0.22, 0.00, 0.93, 0.06. Web safe color of #bcf010 is #ccff00. Color #bcf010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 00010000
Octal 274 360 20
Decimal 188 240 16
Hex BC F0 10

RGB Percentages of Color #bcf010

%42.34
%54.05
%3.60

CMYK Percentages of Color #bcf010

%22
%0
%93
%6

Triadic Colors of #bcf010

#bcf010 #10bcf0 #f010bc

Analogous Colors of #bcf010

#bcf010 #4cf010 #f0b410

Monochromatic Colors of #bcf010

#bcf010

Complementary Color

#bcf010 #4410f0

#bcf010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf010 Color CSS Codes

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

#bcf010 Text Font Color

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

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


#bcf010 Background Color

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

This div background color is #bcf010


#bcf010 Border Color

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

This div border color is #bcf010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf010


Comments

No comments written yet.

Please login to write comment.