Color Hex Logo

#bcf64e Color Hex

#BCF64E
(188,246,78)
0 Favorites   0 Comments

Color spaces of #bcf64e

RGB 18824678
HSL0.220.900.64
HSV81°68°96°
CMYK 0.240.000.68   0.04
XYZ55.070077.153019.1972
Yxy77.15300.36370.5095
Hunter Lab87.8368-41.802348.5276
CIE-Lab90.3920-41.753071.2870

#bcf64e color RGB value is (188,246,78).

#bcf64e hex color red value is 188, green value is 246 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bcf64e hue: 0.22 , saturation: 0.90 and the lightness value of bcf64e is 0.64.

The process color (four color CMYK) of #bcf64e color hex is 0.24, 0.00, 0.68, 0.04. Web safe color of #bcf64e is #ccff66. Color #bcf64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 01001110
Octal 274 366 116
Decimal 188 246 78
Hex BC F6 4E

RGB Percentages of Color #bcf64e

%36.72
%48.05
%15.23

CMYK Percentages of Color #bcf64e

%24
%0
%68
%4

Triadic Colors of #bcf64e

#bcf64e #4ebcf6 #f64ebc

Analogous Colors of #bcf64e

#bcf64e #68f64e #f6dc4e

Monochromatic Colors of #bcf64e

#bcf64e

Complementary Color

#bcf64e #884ef6

#bcf64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf64e Color CSS Codes

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

#bcf64e Text Font Color

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

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


#bcf64e Background Color

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

This div background color is #bcf64e


#bcf64e Border Color

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

This div border color is #bcf64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf64e


Comments

No comments written yet.

Please login to write comment.