Color Hex Logo

#bcf807 Color Hex

#BCF807
(188,248,7)
0 Favorites   0 Comments

Color spaces of #bcf807

RGB 1882487
HSL0.210.950.50
HSV75°97°97°
CMYK 0.240.000.97   0.03
XYZ54.344877.841512.3617
Yxy77.84150.37600.5385
Hunter Lab88.2278-44.449953.4523
CIE-Lab90.7075-44.950987.1352

#bcf807 color RGB value is (188,248,7).

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

The process color (four color CMYK) of #bcf807 color hex is 0.24, 0.00, 0.97, 0.03. Web safe color of #bcf807 is #ccff00. Color #bcf807 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 00000111
Octal 274 370 7
Decimal 188 248 7
Hex BC F8 7

RGB Percentages of Color #bcf807

%42.44
%55.98
%1.58

CMYK Percentages of Color #bcf807

%24
%0
%97
%3

Triadic Colors of #bcf807

#bcf807 #07bcf8 #f807bc

Analogous Colors of #bcf807

#bcf807 #43f807 #f8bc07

Monochromatic Colors of #bcf807

#bcf807

Complementary Color

#bcf807 #4307f8

#bcf807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf807 Color CSS Codes

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

#bcf807 Text Font Color

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

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


#bcf807 Background Color

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

This div background color is #bcf807


#bcf807 Border Color

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

This div border color is #bcf807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf807

Related Colors


Comments

No comments written yet.

Please login to write comment.