Color Hex Logo

#bbfddd Color Hex

#BBFDDD
(187,253,221)
0 Favorites   0 Comments

Color spaces of #bbfddd

RGB 187253221
HSL0.420.940.86
HSV151°26°99°
CMYK 0.260.000.13   0.01
XYZ68.669986.035881.3939
Yxy86.03580.29090.3644
Hunter Lab92.7555-30.172712.9012
CIE-Lab94.3277-26.89518.7073

#bbfddd color RGB value is (187,253,221).

#bbfddd hex color red value is 187, green value is 253 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbfddd hue: 0.42 , saturation: 0.94 and the lightness value of bbfddd is 0.86.

The process color (four color CMYK) of #bbfddd color hex is 0.26, 0.00, 0.13, 0.01. Web safe color of #bbfddd is #ccffcc. Color #bbfddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 11011101
Octal 273 375 335
Decimal 187 253 221
Hex BB FD DD

RGB Percentages of Color #bbfddd

%28.29
%38.28
%33.43

CMYK Percentages of Color #bbfddd

%26
%0
%13
%1

Triadic Colors of #bbfddd

#bbfddd #ddbbfd #fdddbb

Analogous Colors of #bbfddd

#bbfddd #bbfcfd #bbfdbc

Monochromatic Colors of #bbfddd

#bbfddd

Complementary Color

#bbfddd #fdbbdb

#bbfddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfddd Color CSS Codes

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

#bbfddd Text Font Color

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

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


#bbfddd Background Color

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

This div background color is #bbfddd


#bbfddd Border Color

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

This div border color is #bbfddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,253,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbfddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfddd

Related Colors


Comments

No comments written yet.

Please login to write comment.