Color Hex Logo

#bbffad Color Hex

#BBFFAD
(187,255,173)
0 Favorites   0 Comments

Color spaces of #bbffad

RGB 187255173
HSL0.301.000.84
HSV110°32°100°
CMYK 0.270.000.32   0.00
XYZ63.796385.101952.5991
Yxy85.10190.31660.4223
Hunter Lab92.2507-37.996430.7698
CIE-Lab93.9270-36.043532.6005

#bbffad color RGB value is (187,255,173).

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

The process color (four color CMYK) of #bbffad color hex is 0.27, 0.00, 0.32, 0.00. Web safe color of #bbffad is #ccff99. Color #bbffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 10101101
Octal 273 377 255
Decimal 187 255 173
Hex BB FF AD

RGB Percentages of Color #bbffad

%30.41
%41.46
%28.13

CMYK Percentages of Color #bbffad

%27
%0
%32
%0

Triadic Colors of #bbffad

#bbffad #adbbff #ffadbb

Analogous Colors of #bbffad

#bbffad #adffc8 #e4ffad

Monochromatic Colors of #bbffad

#bbffad

Complementary Color

#bbffad #f1adff

#bbffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffad Color CSS Codes

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

#bbffad Text Font Color

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

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


#bbffad Background Color

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

This div background color is #bbffad


#bbffad Border Color

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

This div border color is #bbffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffad

Related Colors


Comments

No comments written yet.

Please login to write comment.