Color Hex Logo

#bcfda8 Color Hex

#BCFDA8
(188,253,168)
0 Favorites   0 Comments

Color spaces of #bcfda8

RGB 188253168
HSL0.290.960.83
HSV106°34°99°
CMYK 0.260.000.34   0.01
XYZ62.932283.769149.8980
Yxy83.76910.32010.4261
Hunter Lab91.5255-37.434331.7440
CIE-Lab93.3501-35.542534.3394

#bcfda8 color RGB value is (188,253,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 10101000
Octal 274 375 250
Decimal 188 253 168
Hex BC FD A8

RGB Percentages of Color #bcfda8

%30.87
%41.54
%27.59

CMYK Percentages of Color #bcfda8

%26
%0
%34
%1

Triadic Colors of #bcfda8

#bcfda8 #a8bcfd #fda8bc

Analogous Colors of #bcfda8

#bcfda8 #a8fdbf #e7fda8

Monochromatic Colors of #bcfda8

#bcfda8

Complementary Color

#bcfda8 #e9a8fd

#bcfda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfda8 Color CSS Codes

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

#bcfda8 Text Font Color

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

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


#bcfda8 Background Color

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

This div background color is #bcfda8


#bcfda8 Border Color

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

This div border color is #bcfda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfda8

Related Colors


Comments

No comments written yet.

Please login to write comment.