Color Hex Logo

#bbefad Color Hex

#BBEFAD
(187,239,173)
0 Favorites   0 Comments

Color spaces of #bbefad

RGB 187239173
HSL0.300.670.81
HSV107°28°94°
CMYK 0.220.000.28   0.06
XYZ58.902875.314950.9679
Yxy75.31490.31810.4067
Hunter Lab86.7842-30.719425.9282
CIE-Lab89.5403-28.627626.6765

#bbefad color RGB value is (187,239,173).

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

The process color (four color CMYK) of #bbefad color hex is 0.22, 0.00, 0.28, 0.06. Web safe color of #bbefad is #ccff99. Color #bbefad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 10101101
Octal 273 357 255
Decimal 187 239 173
Hex BB EF AD

RGB Percentages of Color #bbefad

%31.22
%39.90
%28.88

CMYK Percentages of Color #bbefad

%22
%0
%28
%6

Triadic Colors of #bbefad

#bbefad #adbbef #efadbb

Analogous Colors of #bbefad

#bbefad #adefc0 #dcefad

Monochromatic Colors of #bbefad

#bbefad

Complementary Color

#bbefad #e1adef

#bbefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefad Color CSS Codes

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

#bbefad Text Font Color

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

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


#bbefad Background Color

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

This div background color is #bbefad


#bbefad Border Color

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

This div border color is #bbefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefad


Comments

No comments written yet.

Please login to write comment.