Color Hex Logo

#bcf618 Color Hex

#BCF618
(188,246,24)
0 Favorites   0 Comments

Color spaces of #bcf618

RGB 18824624
HSL0.210.930.53
HSV76°90°96°
CMYK 0.240.000.90   0.04
XYZ53.859776.668812.8240
Yxy76.66880.37570.5348
Hunter Lab87.5607-43.433752.6090
CIE-Lab90.1690-43.868085.0142

#bcf618 color RGB value is (188,246,24).

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

The process color (four color CMYK) of #bcf618 color hex is 0.24, 0.00, 0.90, 0.04. Web safe color of #bcf618 is #ccff00. Color #bcf618 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 00011000
Octal 274 366 30
Decimal 188 246 24
Hex BC F6 18

RGB Percentages of Color #bcf618

%41.05
%53.71
%5.24

CMYK Percentages of Color #bcf618

%24
%0
%90
%4

Triadic Colors of #bcf618

#bcf618 #18bcf6 #f618bc

Analogous Colors of #bcf618

#bcf618 #4df618 #f6c118

Monochromatic Colors of #bcf618

#bcf618

Complementary Color

#bcf618 #5218f6

#bcf618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf618 Color CSS Codes

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

#bcf618 Text Font Color

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

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


#bcf618 Background Color

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

This div background color is #bcf618


#bcf618 Border Color

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

This div border color is #bcf618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf618


Comments

No comments written yet.

Please login to write comment.