Color Hex Logo

#bcfdab Color Hex

#BCFDAB
(188,253,171)
0 Favorites   0 Comments

Color spaces of #bcfdab

RGB 188253171
HSL0.300.950.83
HSV108°32°99°
CMYK 0.260.000.32   0.01
XYZ63.215083.882251.3872
Yxy83.88220.31850.4226
Hunter Lab91.5872-37.074030.8450
CIE-Lab93.3993-35.102732.9053

#bcfdab color RGB value is (188,253,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 10101011
Octal 274 375 253
Decimal 188 253 171
Hex BC FD AB

RGB Percentages of Color #bcfdab

%30.72
%41.34
%27.94

CMYK Percentages of Color #bcfdab

%26
%0
%32
%1

Triadic Colors of #bcfdab

#bcfdab #abbcfd #fdabbc

Analogous Colors of #bcfdab

#bcfdab #abfdc3 #e5fdab

Monochromatic Colors of #bcfdab

#bcfdab

Complementary Color

#bcfdab #ecabfd

#bcfdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdab Color CSS Codes

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

#bcfdab Text Font Color

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

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


#bcfdab Background Color

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

This div background color is #bcfdab


#bcfdab Border Color

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

This div border color is #bcfdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdab

Related Colors


Comments

No comments written yet.

Please login to write comment.