Color Hex Logo

#bcf032 Color Hex

#BCF032
(188,240,50)
0 Favorites   0 Comments

Color spaces of #bcf032

RGB 18824050
HSL0.210.860.57
HSV76°79°94°
CMYK 0.220.000.79   0.06
XYZ52.474873.241814.3890
Yxy73.24180.37450.5228
Hunter Lab85.5814-40.319149.9384
CIE-Lab88.5629-40.522578.4092

#bcf032 color RGB value is (188,240,50).

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

The process color (four color CMYK) of #bcf032 color hex is 0.22, 0.00, 0.79, 0.06. Web safe color of #bcf032 is #ccff33. Color #bcf032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 00110010
Octal 274 360 62
Decimal 188 240 50
Hex BC F0 32

RGB Percentages of Color #bcf032

%39.33
%50.21
%10.46

CMYK Percentages of Color #bcf032

%22
%0
%79
%6

Triadic Colors of #bcf032

#bcf032 #32bcf0 #f032bc

Analogous Colors of #bcf032

#bcf032 #5df032 #f0c532

Monochromatic Colors of #bcf032

#bcf032

Complementary Color

#bcf032 #6632f0

#bcf032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf032 Color CSS Codes

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

#bcf032 Text Font Color

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

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


#bcf032 Background Color

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

This div background color is #bcf032


#bcf032 Border Color

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

This div border color is #bcf032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf032


Comments

No comments written yet.

Please login to write comment.