Color Hex Logo

#bcf57a Color Hex

#BCF57A
(188,245,122)
0 Favorites   0 Comments

Color spaces of #bcf57a

RGB 188245122
HSL0.240.860.72
HSV88°50°96°
CMYK 0.230.000.50   0.04
XYZ56.904377.401330.3531
Yxy77.40130.34560.4701
Hunter Lab87.9780-38.507541.1291
CIE-Lab90.5060-37.666952.9806

#bcf57a color RGB value is (188,245,122).

#bcf57a hex color red value is 188, green value is 245 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bcf57a hue: 0.24 , saturation: 0.86 and the lightness value of bcf57a is 0.72.

The process color (four color CMYK) of #bcf57a color hex is 0.23, 0.00, 0.50, 0.04. Web safe color of #bcf57a is #ccff66. Color #bcf57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 01111010
Octal 274 365 172
Decimal 188 245 122
Hex BC F5 7A

RGB Percentages of Color #bcf57a

%33.87
%44.14
%21.98

CMYK Percentages of Color #bcf57a

%23
%0
%50
%4

Triadic Colors of #bcf57a

#bcf57a #7abcf5 #f57abc

Analogous Colors of #bcf57a

#bcf57a #7ff57a #f5f17a

Monochromatic Colors of #bcf57a

#bcf57a

Complementary Color

#bcf57a #b37af5

#bcf57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf57a Color CSS Codes

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

#bcf57a Text Font Color

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

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


#bcf57a Background Color

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

This div background color is #bcf57a


#bcf57a Border Color

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

This div border color is #bcf57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf57a


Comments

No comments written yet.

Please login to write comment.