Color Hex Logo

#bcfcab Color Hex

#BCFCAB
(188,252,171)
0 Favorites   0 Comments

Color spaces of #bcfcab

RGB 188252171
HSL0.300.930.83
HSV107°32°99°
CMYK 0.250.000.32   0.01
XYZ62.900183.252451.2822
Yxy83.25240.31860.4217
Hunter Lab91.2428-36.622130.5465
CIE-Lab93.1248-34.645532.5382

#bcfcab color RGB value is (188,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 10101011
Octal 274 374 253
Decimal 188 252 171
Hex BC FC AB

RGB Percentages of Color #bcfcab

%30.77
%41.24
%27.99

CMYK Percentages of Color #bcfcab

%25
%0
%32
%1

Triadic Colors of #bcfcab

#bcfcab #abbcfc #fcabbc

Analogous Colors of #bcfcab

#bcfcab #abfcc3 #e5fcab

Monochromatic Colors of #bcfcab

#bcfcab

Complementary Color

#bcfcab #ebabfc

#bcfcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcab Color CSS Codes

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

#bcfcab Text Font Color

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

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


#bcfcab Background Color

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

This div background color is #bcfcab


#bcfcab Border Color

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

This div border color is #bcfcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcab


Comments

No comments written yet.

Please login to write comment.