Color Hex Logo

#bcf28a Color Hex

#BCF28A
(188,242,138)
0 Favorites   0 Comments

Color spaces of #bcf28a

RGB 188242138
HSL0.250.800.75
HSV91°43°95°
CMYK 0.220.000.43   0.05
XYZ57.078676.030635.7118
Yxy76.03060.33810.4504
Hunter Lab87.1955-35.745236.7541
CIE-Lab89.8735-34.511044.6143

#bcf28a color RGB value is (188,242,138).

#bcf28a hex color red value is 188, green value is 242 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bcf28a hue: 0.25 , saturation: 0.80 and the lightness value of bcf28a is 0.75.

The process color (four color CMYK) of #bcf28a color hex is 0.22, 0.00, 0.43, 0.05. Web safe color of #bcf28a is #ccff99. Color #bcf28a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 10001010
Octal 274 362 212
Decimal 188 242 138
Hex BC F2 8A

RGB Percentages of Color #bcf28a

%33.10
%42.61
%24.30

CMYK Percentages of Color #bcf28a

%22
%0
%43
%5

Triadic Colors of #bcf28a

#bcf28a #8abcf2 #f28abc

Analogous Colors of #bcf28a

#bcf28a #8af28c #f0f28a

Monochromatic Colors of #bcf28a

#bcf28a

Complementary Color

#bcf28a #c08af2

#bcf28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf28a Color CSS Codes

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

#bcf28a Text Font Color

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

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


#bcf28a Background Color

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

This div background color is #bcf28a


#bcf28a Border Color

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

This div border color is #bcf28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf28a


Comments

No comments written yet.

Please login to write comment.