Color Hex Logo

#bcf52a Color Hex

#BCF52A
(188,245,42)
0 Favorites   0 Comments

Color spaces of #bcf52a

RGB 18824542
HSL0.210.910.56
HSV77°83°96°
CMYK 0.230.000.83   0.04
XYZ53.809476.163314.0554
Yxy76.16330.37360.5288
Hunter Lab87.2716-42.666851.5412
CIE-Lab89.9351-42.988981.5685

#bcf52a color RGB value is (188,245,42).

#bcf52a hex color red value is 188, green value is 245 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bcf52a hue: 0.21 , saturation: 0.91 and the lightness value of bcf52a is 0.56.

The process color (four color CMYK) of #bcf52a color hex is 0.23, 0.00, 0.83, 0.04. Web safe color of #bcf52a is #ccff33. Color #bcf52a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 00101010
Octal 274 365 52
Decimal 188 245 42
Hex BC F5 2A

RGB Percentages of Color #bcf52a

%39.58
%51.58
%8.84

CMYK Percentages of Color #bcf52a

%23
%0
%83
%4

Triadic Colors of #bcf52a

#bcf52a #2abcf5 #f52abc

Analogous Colors of #bcf52a

#bcf52a #56f52a #f5c92a

Monochromatic Colors of #bcf52a

#bcf52a

Complementary Color

#bcf52a #632af5

#bcf52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf52a Color CSS Codes

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

#bcf52a Text Font Color

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

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


#bcf52a Background Color

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

This div background color is #bcf52a


#bcf52a Border Color

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

This div border color is #bcf52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf52a


Comments

No comments written yet.

Please login to write comment.