Color Hex Logo

#bcf201 Color Hex

#BCF201
(188,242,1)
0 Favorites   0 Comments

Color spaces of #bcf201

RGB 1882421
HSL0.200.990.48
HSV73°100°95°
CMYK 0.220.001.00   0.05
XYZ52.496674.197811.5835
Yxy74.19780.37960.5366
Hunter Lab86.1381-41.955552.3236
CIE-Lab89.0159-42.418286.2950

#bcf201 color RGB value is (188,242,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 00000001
Octal 274 362 1
Decimal 188 242 1
Hex BC F2 1

RGB Percentages of Color #bcf201

%43.62
%56.15
%0.23

CMYK Percentages of Color #bcf201

%22
%0
%100
%5

Triadic Colors of #bcf201

#bcf201 #01bcf2 #f201bc

Analogous Colors of #bcf201

#bcf201 #43f201 #f2b001

Monochromatic Colors of #bcf201

#bcf201

Complementary Color

#bcf201 #3701f2

#bcf201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf201 Color CSS Codes

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

#bcf201 Text Font Color

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

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


#bcf201 Background Color

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

This div background color is #bcf201


#bcf201 Border Color

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

This div border color is #bcf201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf201


Comments

No comments written yet.

Please login to write comment.