Color Hex Logo

#bcfead Color Hex

#BCFEAD
(188,254,173)
0 Favorites   0 Comments

Color spaces of #bcfead

RGB 188254173
HSL0.300.980.84
HSV109°32°100°
CMYK 0.260.000.32   0.00
XYZ63.723784.592152.5045
Yxy84.59210.31730.4212
Hunter Lab91.9740-37.281630.5353
CIE-Lab93.7071-35.261632.3154

#bcfead color RGB value is (188,254,173).

#bcfead hex color red value is 188, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bcfead hue: 0.30 , saturation: 0.98 and the lightness value of bcfead is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 10101101
Octal 274 376 255
Decimal 188 254 173
Hex BC FE AD

RGB Percentages of Color #bcfead

%30.57
%41.30
%28.13

CMYK Percentages of Color #bcfead

%26
%0
%32
%0

Triadic Colors of #bcfead

#bcfead #adbcfe #feadbc

Analogous Colors of #bcfead

#bcfead #adfec7 #e5fead

Monochromatic Colors of #bcfead

#bcfead

Complementary Color

#bcfead #efadfe

#bcfead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfead Color CSS Codes

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

#bcfead Text Font Color

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

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


#bcfead Background Color

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

This div background color is #bcfead


#bcfead Border Color

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

This div border color is #bcfead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfead


Comments

No comments written yet.

Please login to write comment.