Color Hex Logo

#bbdddd Color Hex

#BBDDDD
(187,221,221)
1 Favorites   0 Comments

Color spaces of #bbdddd

RGB 187221221
HSL0.500.330.80
HSV180°15°87°
CMYK 0.150.000.00   0.13
XYZ59.401167.498278.3043
Yxy67.49820.28950.3289
Hunter Lab82.1573-14.71681.0007
CIE-Lab85.7549-11.1126-3.7469

#bbdddd color RGB value is (187,221,221).

#bbdddd hex color red value is 187, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbdddd hue: 0.50 , saturation: 0.33 and the lightness value of bbdddd is 0.80.

The process color (four color CMYK) of #bbdddd color hex is 0.15, 0.00, 0.00, 0.13. Web safe color of #bbdddd is #cccccc. Color #bbdddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11011101
Octal 273 335 335
Decimal 187 221 221
Hex BB DD DD

RGB Percentages of Color #bbdddd

%29.73
%35.14
%35.14

CMYK Percentages of Color #bbdddd

%15
%0
%0
%13

Triadic Colors of #bbdddd

#bbdddd #ddbbdd #ddddbb

Analogous Colors of #bbdddd

#bbdddd #bbccdd #bbddcc

Monochromatic Colors of #bbdddd

#bbdddd

Complementary Color

#bbdddd #ddbbbb

#bbdddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdddd Color CSS Codes

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

#bbdddd Text Font Color

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

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


#bbdddd Background Color

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

This div background color is #bbdddd


#bbdddd Border Color

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

This div border color is #bbdddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdddd


Comments

No comments written yet.

Please login to write comment.