Color Hex Logo

#bbdddf Color Hex

#BBDDDF
(187,221,223)
0 Favorites   0 Comments

Color spaces of #bbdddf

RGB 187221223
HSL0.510.360.80
HSV183°16°87°
CMYK 0.160.010.00   0.13
XYZ59.669367.605479.7163
Yxy67.60540.28830.3266
Hunter Lab82.2225-14.35100.0730
CIE-Lab85.8088-10.7023-4.7248

#bbdddf color RGB value is (187,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11011111
Octal 273 335 337
Decimal 187 221 223
Hex BB DD DF

RGB Percentages of Color #bbdddf

%29.64
%35.02
%35.34

CMYK Percentages of Color #bbdddf

%16
%1
%0
%13

Triadic Colors of #bbdddf

#bbdddf #dfbbdd #dddfbb

Analogous Colors of #bbdddf

#bbdddf #bbcbdf #bbdfcf

Monochromatic Colors of #bbdddf

#bbdddf

Complementary Color

#bbdddf #dfbdbb

#bbdddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdddf Color CSS Codes

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

#bbdddf Text Font Color

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

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


#bbdddf Background Color

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

This div background color is #bbdddf


#bbdddf Border Color

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

This div border color is #bbdddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdddf


Comments

No comments written yet.

Please login to write comment.