Color Hex Logo

#bbdedd Color Hex

#BBDEDD
(187,222,221)
0 Favorites   0 Comments

Color spaces of #bbdedd

RGB 187222221
HSL0.500.350.80
HSV178°16°87°
CMYK 0.160.000.00   0.13
XYZ59.665968.027878.3926
Yxy68.02780.28950.3301
Hunter Lab82.4790-15.21001.3828
CIE-Lab86.0203-11.6225-3.3566

#bbdedd color RGB value is (187,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11011101
Octal 273 336 335
Decimal 187 222 221
Hex BB DE DD

RGB Percentages of Color #bbdedd

%29.68
%35.24
%35.08

CMYK Percentages of Color #bbdedd

%16
%0
%0
%13

Triadic Colors of #bbdedd

#bbdedd #ddbbde #deddbb

Analogous Colors of #bbdedd

#bbdedd #bbcede #bbdecc

Monochromatic Colors of #bbdedd

#bbdedd

Complementary Color

#bbdedd #debbbc

#bbdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdedd Color CSS Codes

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

#bbdedd Text Font Color

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

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


#bbdedd Background Color

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

This div background color is #bbdedd


#bbdedd Border Color

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

This div border color is #bbdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdedd


Comments

No comments written yet.

Please login to write comment.