Color Hex Logo

#bcfaaa Color Hex

#BCFAAA
(188,250,170)
0 Favorites   0 Comments

Color spaces of #bcfaaa

RGB 188250170
HSL0.300.890.82
HSV107°32°98°
CMYK 0.250.000.32   0.02
XYZ62.180381.964950.5738
Yxy81.96490.31930.4209
Hunter Lab90.5345-35.839130.2539
CIE-Lab92.5594-33.876632.2831

#bcfaaa color RGB value is (188,250,170).

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

The process color (four color CMYK) of #bcfaaa color hex is 0.25, 0.00, 0.32, 0.02. Web safe color of #bcfaaa is #ccff99. Color #bcfaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 10101010
Octal 274 372 252
Decimal 188 250 170
Hex BC FA AA

RGB Percentages of Color #bcfaaa

%30.92
%41.12
%27.96

CMYK Percentages of Color #bcfaaa

%25
%0
%32
%2

Triadic Colors of #bcfaaa

#bcfaaa #aabcfa #faaabc

Analogous Colors of #bcfaaa

#bcfaaa #aafac0 #e4faaa

Monochromatic Colors of #bcfaaa

#bcfaaa

Complementary Color

#bcfaaa #e8aafa

#bcfaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfaaa Color CSS Codes

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

#bcfaaa Text Font Color

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

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


#bcfaaa Background Color

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

This div background color is #bcfaaa


#bcfaaa Border Color

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

This div border color is #bcfaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfaaa


Comments

No comments written yet.

Please login to write comment.