Color Hex Logo

#bcfba0 Color Hex

#BCFBA0
(188,251,160)
0 Favorites   0 Comments

Color spaces of #bcfba0

RGB 188251160
HSL0.280.920.81
HSV102°36°98°
CMYK 0.250.000.36   0.02
XYZ61.581482.223845.8828
Yxy82.22380.32460.4335
Hunter Lab90.6773-37.461233.4734
CIE-Lab92.6735-35.766837.4250

#bcfba0 color RGB value is (188,251,160).

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

The process color (four color CMYK) of #bcfba0 color hex is 0.25, 0.00, 0.36, 0.02. Web safe color of #bcfba0 is #ccff99. Color #bcfba0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 10100000
Octal 274 373 240
Decimal 188 251 160
Hex BC FB A0

RGB Percentages of Color #bcfba0

%31.39
%41.90
%26.71

CMYK Percentages of Color #bcfba0

%25
%0
%36
%2

Triadic Colors of #bcfba0

#bcfba0 #a0bcfb #fba0bc

Analogous Colors of #bcfba0

#bcfba0 #a0fbb2 #eafba0

Monochromatic Colors of #bcfba0

#bcfba0

Complementary Color

#bcfba0 #dfa0fb

#bcfba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfba0 Color CSS Codes

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

#bcfba0 Text Font Color

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

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


#bcfba0 Background Color

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

This div background color is #bcfba0


#bcfba0 Border Color

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

This div border color is #bcfba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfba0

Related Colors


Comments

No comments written yet.

Please login to write comment.