Color Hex Logo

#bcfaad Color Hex

#BCFAAD
(188,250,173)
0 Favorites   0 Comments

Color spaces of #bcfaad

RGB 188250173
HSL0.300.890.83
HSV108°31°98°
CMYK 0.250.000.31   0.02
XYZ62.467582.079752.0857
Yxy82.07970.31770.4174
Hunter Lab90.5978-35.469929.3320
CIE-Lab92.6100-33.427730.8421

#bcfaad color RGB value is (188,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 10101101
Octal 274 372 255
Decimal 188 250 173
Hex BC FA AD

RGB Percentages of Color #bcfaad

%30.77
%40.92
%28.31

CMYK Percentages of Color #bcfaad

%25
%0
%31
%2

Triadic Colors of #bcfaad

#bcfaad #adbcfa #faadbc

Analogous Colors of #bcfaad

#bcfaad #adfac5 #e3faad

Monochromatic Colors of #bcfaad

#bcfaad

Complementary Color

#bcfaad #ebadfa

#bcfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfaad Color CSS Codes

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

#bcfaad Text Font Color

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

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


#bcfaad Background Color

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

This div background color is #bcfaad


#bcfaad Border Color

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

This div border color is #bcfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfaad


Comments

No comments written yet.

Please login to write comment.