Color Hex Logo

#bcffaa Color Hex

#BCFFAA
(188,255,170)
0 Favorites   0 Comments

Color spaces of #bcffaa

RGB 188255170
HSL0.301.000.83
HSV107°33°100°
CMYK 0.260.000.33   0.00
XYZ63.754785.113651.0986
Yxy85.11360.31880.4256
Hunter Lab92.2570-38.096531.7408
CIE-Lab93.9320-36.160434.1158

#bcffaa color RGB value is (188,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 10101010
Octal 274 377 252
Decimal 188 255 170
Hex BC FF AA

RGB Percentages of Color #bcffaa

%30.67
%41.60
%27.73

CMYK Percentages of Color #bcffaa

%26
%0
%33
%0

Triadic Colors of #bcffaa

#bcffaa #aabcff #ffaabc

Analogous Colors of #bcffaa

#bcffaa #aaffc3 #e7ffaa

Monochromatic Colors of #bcffaa

#bcffaa

Complementary Color

#bcffaa #edaaff

#bcffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcffaa Color CSS Codes

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

#bcffaa Text Font Color

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

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


#bcffaa Background Color

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

This div background color is #bcffaa


#bcffaa Border Color

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

This div border color is #bcffaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,255,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 #bcffaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcffaa


Comments

No comments written yet.

Please login to write comment.