Color Hex Logo

#bcfbad Color Hex

#BCFBAD
(188,251,173)
0 Favorites   0 Comments

Color spaces of #bcfbad

RGB 188251173
HSL0.300.910.83
HSV108°31°98°
CMYK 0.250.000.31   0.02
XYZ62.779082.702952.1896
Yxy82.70290.31760.4184
Hunter Lab90.9411-35.923929.6333
CIE-Lab92.8842-33.888131.2109

#bcfbad color RGB value is (188,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 10101101
Octal 274 373 255
Decimal 188 251 173
Hex BC FB AD

RGB Percentages of Color #bcfbad

%30.72
%41.01
%28.27

CMYK Percentages of Color #bcfbad

%25
%0
%31
%2

Triadic Colors of #bcfbad

#bcfbad #adbcfb #fbadbc

Analogous Colors of #bcfbad

#bcfbad #adfbc5 #e3fbad

Monochromatic Colors of #bcfbad

#bcfbad

Complementary Color

#bcfbad #ecadfb

#bcfbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfbad Color CSS Codes

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

#bcfbad Text Font Color

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

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


#bcfbad Background Color

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

This div background color is #bcfbad


#bcfbad Border Color

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

This div border color is #bcfbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfbad


Comments

No comments written yet.

Please login to write comment.