Color Hex Logo

#bcfeaa Color Hex

#BCFEAA
(188,254,170)
0 Favorites   0 Comments

Color spaces of #bcfeaa

RGB 188254170
HSL0.300.980.83
HSV107°33°100°
CMYK 0.260.000.33   0.00
XYZ63.436584.477350.9925
Yxy84.47730.31890.4247
Hunter Lab91.9115-37.646131.4440
CIE-Lab93.6574-35.706033.7500

#bcfeaa color RGB value is (188,254,170).

#bcfeaa hex color red value is 188, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bcfeaa hue: 0.30 , saturation: 0.98 and the lightness value of bcfeaa is 0.83.

The process color (four color CMYK) of #bcfeaa color hex is 0.26, 0.00, 0.33, 0.00. Web safe color of #bcfeaa is #ccff99. Color #bcfeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 10101010
Octal 274 376 252
Decimal 188 254 170
Hex BC FE AA

RGB Percentages of Color #bcfeaa

%30.72
%41.50
%27.78

CMYK Percentages of Color #bcfeaa

%26
%0
%33
%0

Triadic Colors of #bcfeaa

#bcfeaa #aabcfe #feaabc

Analogous Colors of #bcfeaa

#bcfeaa #aafec2 #e6feaa

Monochromatic Colors of #bcfeaa

#bcfeaa

Complementary Color

#bcfeaa #ecaafe

#bcfeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfeaa Color CSS Codes

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

#bcfeaa Text Font Color

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

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


#bcfeaa Background Color

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

This div background color is #bcfeaa


#bcfeaa Border Color

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

This div border color is #bcfeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfeaa


Comments

No comments written yet.

Please login to write comment.