Color Hex Logo

#bbfaad Color Hex

#BBFAAD
(187,250,173)
0 Favorites   0 Comments

Color spaces of #bbfaad

RGB 187250173
HSL0.300.890.83
HSV109°31°98°
CMYK 0.250.000.31   0.02
XYZ62.221981.953152.0743
Yxy81.95310.31710.4176
Hunter Lab90.5280-35.736829.2642
CIE-Lab92.5542-33.757430.7572

#bbfaad color RGB value is (187,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 10101101
Octal 273 372 255
Decimal 187 250 173
Hex BB FA AD

RGB Percentages of Color #bbfaad

%30.66
%40.98
%28.36

CMYK Percentages of Color #bbfaad

%25
%0
%31
%2

Triadic Colors of #bbfaad

#bbfaad #adbbfa #faadbb

Analogous Colors of #bbfaad

#bbfaad #adfac6 #e2faad

Monochromatic Colors of #bbfaad

#bbfaad

Complementary Color

#bbfaad #ecadfa

#bbfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfaad Color CSS Codes

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

#bbfaad Text Font Color

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

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


#bbfaad Background Color

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

This div background color is #bbfaad


#bbfaad Border Color

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

This div border color is #bbfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfaad

Related Colors


Comments

No comments written yet.

Please login to write comment.