Color Hex Logo

#bcfd46 Color Hex

#BCFD46
(188,253,70)
0 Favorites   0 Comments

Color spaces of #bcfd46

RGB 18825370
HSL0.230.980.63
HSV81°72°99°
CMYK 0.260.000.72   0.01
XYZ56.969881.384118.5004
Yxy81.38410.36320.5189
Hunter Lab90.2131-45.149850.9903
CIE-Lab92.3023-45.248175.9544

#bcfd46 color RGB value is (188,253,70).

#bcfd46 hex color red value is 188, green value is 253 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bcfd46 hue: 0.23 , saturation: 0.98 and the lightness value of bcfd46 is 0.63.

The process color (four color CMYK) of #bcfd46 color hex is 0.26, 0.00, 0.72, 0.01. Web safe color of #bcfd46 is #ccff33. Color #bcfd46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 01000110
Octal 274 375 106
Decimal 188 253 70
Hex BC FD 46

RGB Percentages of Color #bcfd46

%36.79
%49.51
%13.70

CMYK Percentages of Color #bcfd46

%26
%0
%72
%1

Triadic Colors of #bcfd46

#bcfd46 #46bcfd #fd46bc

Analogous Colors of #bcfd46

#bcfd46 #61fd46 #fde346

Monochromatic Colors of #bcfd46

#bcfd46

Complementary Color

#bcfd46 #8746fd

#bcfd46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfd46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfd46 Color CSS Codes

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

#bcfd46 Text Font Color

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

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


#bcfd46 Background Color

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

This div background color is #bcfd46


#bcfd46 Border Color

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

This div border color is #bcfd46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfd46


Comments

No comments written yet.

Please login to write comment.