Color Hex Logo

#bcfcaa Color Hex

#BCFCAA
(188,252,170)
0 Favorites   0 Comments

Color spaces of #bcfcaa

RGB 188252170
HSL0.300.930.83
HSV107°33°99°
CMYK 0.250.000.33   0.01
XYZ62.805183.214550.7820
Yxy83.21450.31910.4228
Hunter Lab91.2220-36.743630.8495
CIE-Lab93.1083-34.793633.0172

#bcfcaa color RGB value is (188,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 10101010
Octal 274 374 252
Decimal 188 252 170
Hex BC FC AA

RGB Percentages of Color #bcfcaa

%30.82
%41.31
%27.87

CMYK Percentages of Color #bcfcaa

%25
%0
%33
%1

Triadic Colors of #bcfcaa

#bcfcaa #aabcfc #fcaabc

Analogous Colors of #bcfcaa

#bcfcaa #aafcc1 #e5fcaa

Monochromatic Colors of #bcfcaa

#bcfcaa

Complementary Color

#bcfcaa #eaaafc

#bcfcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcaa Color CSS Codes

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

#bcfcaa Text Font Color

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

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


#bcfcaa Background Color

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

This div background color is #bcfcaa


#bcfcaa Border Color

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

This div border color is #bcfcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcaa

Related Colors


Comments

No comments written yet.

Please login to write comment.