Color Hex Logo

#bcf207 Color Hex

#BCF207
(188,242,7)
0 Favorites   0 Comments

Color spaces of #bcf207

RGB 1882427
HSL0.200.940.49
HSV74°97°95°
CMYK 0.220.000.97   0.05
XYZ52.529574.211011.7566
Yxy74.21100.37930.5358
Hunter Lab86.1458-41.910452.2106
CIE-Lab89.0221-42.359485.8360

#bcf207 color RGB value is (188,242,7).

#bcf207 hex color red value is 188, green value is 242 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bcf207 hue: 0.20 , saturation: 0.94 and the lightness value of bcf207 is 0.49.

The process color (four color CMYK) of #bcf207 color hex is 0.22, 0.00, 0.97, 0.05. Web safe color of #bcf207 is #ccff00. Color #bcf207 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 00000111
Octal 274 362 7
Decimal 188 242 7
Hex BC F2 7

RGB Percentages of Color #bcf207

%43.02
%55.38
%1.60

CMYK Percentages of Color #bcf207

%22
%0
%97
%5

Triadic Colors of #bcf207

#bcf207 #07bcf2 #f207bc

Analogous Colors of #bcf207

#bcf207 #47f207 #f2b307

Monochromatic Colors of #bcf207

#bcf207

Complementary Color

#bcf207 #3d07f2

#bcf207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf207 Color CSS Codes

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

#bcf207 Text Font Color

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

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


#bcf207 Background Color

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

This div background color is #bcf207


#bcf207 Border Color

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

This div border color is #bcf207


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,242,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 #bcf207">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf207


Comments

No comments written yet.

Please login to write comment.