Color Hex Logo

#bcf917 Color Hex

#BCF917
(188,249,23)
0 Favorites   0 Comments

Color spaces of #bcf917

RGB 18824923
HSL0.210.950.53
HSV76°91°98°
CMYK 0.240.000.91   0.02
XYZ54.769478.504613.0769
Yxy78.50460.37420.5364
Hunter Lab88.6028-44.716053.2714
CIE-Lab91.0097-45.175385.8234

#bcf917 color RGB value is (188,249,23).

#bcf917 hex color red value is 188, green value is 249 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bcf917 hue: 0.21 , saturation: 0.95 and the lightness value of bcf917 is 0.53.

The process color (four color CMYK) of #bcf917 color hex is 0.24, 0.00, 0.91, 0.02. Web safe color of #bcf917 is #ccff00. Color #bcf917 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 00010111
Octal 274 371 27
Decimal 188 249 23
Hex BC F9 17

RGB Percentages of Color #bcf917

%40.87
%54.13
%5.00

CMYK Percentages of Color #bcf917

%24
%0
%91
%2

Triadic Colors of #bcf917

#bcf917 #17bcf9 #f917bc

Analogous Colors of #bcf917

#bcf917 #4bf917 #f9c517

Monochromatic Colors of #bcf917

#bcf917

Complementary Color

#bcf917 #5417f9

#bcf917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf917 Color CSS Codes

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

#bcf917 Text Font Color

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

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


#bcf917 Background Color

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

This div background color is #bcf917


#bcf917 Border Color

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

This div border color is #bcf917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf917

Related Colors


Comments

No comments written yet.

Please login to write comment.