Color Hex Logo

#bcfdaa Color Hex

#BCFDAA
(188,253,170)
0 Favorites   0 Comments

Color spaces of #bcfdaa

RGB 188253170
HSL0.300.950.83
HSV107°33°99°
CMYK 0.260.000.33   0.01
XYZ63.120083.844250.8870
Yxy83.84420.31900.4238
Hunter Lab91.5665-37.195031.1468
CIE-Lab93.3828-35.250233.3837

#bcfdaa color RGB value is (188,253,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 10101010
Octal 274 375 252
Decimal 188 253 170
Hex BC FD AA

RGB Percentages of Color #bcfdaa

%30.77
%41.41
%27.82

CMYK Percentages of Color #bcfdaa

%26
%0
%33
%1

Triadic Colors of #bcfdaa

#bcfdaa #aabcfd #fdaabc

Analogous Colors of #bcfdaa

#bcfdaa #aafdc2 #e6fdaa

Monochromatic Colors of #bcfdaa

#bcfdaa

Complementary Color

#bcfdaa #ebaafd

#bcfdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdaa Color CSS Codes

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

#bcfdaa Text Font Color

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

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


#bcfdaa Background Color

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

This div background color is #bcfdaa


#bcfdaa Border Color

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

This div border color is #bcfdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.