Color Hex Logo

#bcfea0 Color Hex

#BCFEA0
(188,254,160)
0 Favorites   0 Comments

Color spaces of #bcfea0

RGB 188254160
HSL0.280.980.81
HSV102°37°100°
CMYK 0.260.000.37   0.00
XYZ62.526084.113146.1977
Yxy84.11310.32420.4362
Hunter Lab91.7132-38.804734.3337
CIE-Lab93.4996-37.126438.5070

#bcfea0 color RGB value is (188,254,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 10100000
Octal 274 376 240
Decimal 188 254 160
Hex BC FE A0

RGB Percentages of Color #bcfea0

%31.23
%42.19
%26.58

CMYK Percentages of Color #bcfea0

%26
%0
%37
%0

Triadic Colors of #bcfea0

#bcfea0 #a0bcfe #fea0bc

Analogous Colors of #bcfea0

#bcfea0 #a0feb3 #ebfea0

Monochromatic Colors of #bcfea0

#bcfea0

Complementary Color

#bcfea0 #e2a0fe

#bcfea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfea0 Color CSS Codes

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

#bcfea0 Text Font Color

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

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


#bcfea0 Background Color

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

This div background color is #bcfea0


#bcfea0 Border Color

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

This div border color is #bcfea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfea0

Related Colors


Comments

No comments written yet.

Please login to write comment.