Color Hex Logo

#bbddde Color Hex

#BBDDDE
(187,221,222)
1 Favorites   0 Comments

Color spaces of #bbddde

RGB 187221222
HSL0.500.350.80
HSV182°16°87°
CMYK 0.160.000.00   0.13
XYZ59.534867.551679.0082
Yxy67.55160.28890.3278
Hunter Lab82.1898-14.53430.5380
CIE-Lab85.7817-10.9078-4.2360

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

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

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

Base Numbers

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

RGB Percentages of Color #bbddde

%29.68
%35.08
%35.24

CMYK Percentages of Color #bbddde

%16
%0
%0
%13

Triadic Colors of #bbddde

#bbddde #debbdd #dddebb

Analogous Colors of #bbddde

#bbddde #bbccde #bbdece

Monochromatic Colors of #bbddde

#bbddde

Complementary Color

#bbddde #debcbb

#bbddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddde Color CSS Codes

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

#bbddde Text Font Color

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

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


#bbddde Background Color

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

This div background color is #bbddde


#bbddde Border Color

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

This div border color is #bbddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddde


Comments

No comments written yet.

Please login to write comment.