Color Hex Logo

#bcf206 Color Hex

#BCF206
(188,242,6)
0 Favorites   0 Comments

Color spaces of #bcf206

RGB 1882426
HSL0.200.950.49
HSV74°98°95°
CMYK 0.220.000.98   0.05
XYZ52.524074.208811.7277
Yxy74.20880.37930.5360
Hunter Lab86.1445-41.918052.2294
CIE-Lab89.0211-42.369285.9123

#bcf206 color RGB value is (188,242,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 00000110
Octal 274 362 6
Decimal 188 242 6
Hex BC F2 6

RGB Percentages of Color #bcf206

%43.12
%55.50
%1.38

CMYK Percentages of Color #bcf206

%22
%0
%98
%5

Triadic Colors of #bcf206

#bcf206 #06bcf2 #f206bc

Analogous Colors of #bcf206

#bcf206 #46f206 #f2b206

Monochromatic Colors of #bcf206

#bcf206

Complementary Color

#bcf206 #3c06f2

#bcf206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf206 Color CSS Codes

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

#bcf206 Text Font Color

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

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


#bcf206 Background Color

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

This div background color is #bcf206


#bcf206 Border Color

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

This div border color is #bcf206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf206


Comments

No comments written yet.

Please login to write comment.