Color Hex Logo

#bcf32e Color Hex

#BCF32E
(188,243,46)
0 Favorites   0 Comments

Color spaces of #bcf32e

RGB 18824346
HSL0.210.890.57
HSV77°81°95°
CMYK 0.230.000.81   0.05
XYZ53.282874.989814.2510
Yxy74.98980.37390.5262
Hunter Lab86.5967-41.713350.8604
CIE-Lab89.3882-41.985380.1589

#bcf32e color RGB value is (188,243,46).

#bcf32e hex color red value is 188, green value is 243 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bcf32e hue: 0.21 , saturation: 0.89 and the lightness value of bcf32e is 0.57.

The process color (four color CMYK) of #bcf32e color hex is 0.23, 0.00, 0.81, 0.05. Web safe color of #bcf32e is #ccff33. Color #bcf32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 00101110
Octal 274 363 56
Decimal 188 243 46
Hex BC F3 2E

RGB Percentages of Color #bcf32e

%39.41
%50.94
%9.64

CMYK Percentages of Color #bcf32e

%23
%0
%81
%5

Triadic Colors of #bcf32e

#bcf32e #2ebcf3 #f32ebc

Analogous Colors of #bcf32e

#bcf32e #59f32e #f3c82e

Monochromatic Colors of #bcf32e

#bcf32e

Complementary Color

#bcf32e #652ef3

#bcf32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf32e Color CSS Codes

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

#bcf32e Text Font Color

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

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


#bcf32e Background Color

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

This div background color is #bcf32e


#bcf32e Border Color

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

This div border color is #bcf32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf32e


Comments

No comments written yet.

Please login to write comment.