Color Hex Logo

#bcf406 Color Hex

#BCF406
(188,244,6)
0 Favorites   0 Comments

Color spaces of #bcf406

RGB 1882446
HSL0.210.950.49
HSV74°98°96°
CMYK 0.230.000.98   0.04
XYZ53.122675.405911.9272
Yxy75.40590.37820.5369
Hunter Lab86.8366-42.765952.6420
CIE-Lab89.5828-43.237586.3442

#bcf406 color RGB value is (188,244,6).

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

The process color (four color CMYK) of #bcf406 color hex is 0.23, 0.00, 0.98, 0.04. Web safe color of #bcf406 is #ccff00. Color #bcf406 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 00000110
Octal 274 364 6
Decimal 188 244 6
Hex BC F4 6

RGB Percentages of Color #bcf406

%42.92
%55.71
%1.37

CMYK Percentages of Color #bcf406

%23
%0
%98
%4

Triadic Colors of #bcf406

#bcf406 #06bcf4 #f406bc

Analogous Colors of #bcf406

#bcf406 #45f406 #f4b506

Monochromatic Colors of #bcf406

#bcf406

Complementary Color

#bcf406 #3e06f4

#bcf406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf406 Color CSS Codes

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

#bcf406 Text Font Color

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

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


#bcf406 Background Color

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

This div background color is #bcf406


#bcf406 Border Color

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

This div border color is #bcf406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf406


Comments

No comments written yet.

Please login to write comment.