Color Hex Logo

#bbddd1 Color Hex

#BBDDD1
(187,221,209)
0 Favorites   0 Comments

Color spaces of #bbddd1

RGB 187221209
HSL0.440.330.80
HSV159°15°87°
CMYK 0.150.000.05   0.13
XYZ57.858666.881170.1815
Yxy66.88110.29680.3431
Hunter Lab81.7809-16.83076.3660
CIE-Lab85.4439-13.50472.1402

#bbddd1 color RGB value is (187,221,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11010001
Octal 273 335 321
Decimal 187 221 209
Hex BB DD D1

RGB Percentages of Color #bbddd1

%30.31
%35.82
%33.87

CMYK Percentages of Color #bbddd1

%15
%0
%5
%13

Triadic Colors of #bbddd1

#bbddd1 #d1bbdd #ddd1bb

Analogous Colors of #bbddd1

#bbddd1 #bbd8dd #bbddc0

Monochromatic Colors of #bbddd1

#bbddd1

Complementary Color

#bbddd1 #ddbbc7

#bbddd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddd1 Color CSS Codes

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

#bbddd1 Text Font Color

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

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


#bbddd1 Background Color

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

This div background color is #bbddd1


#bbddd1 Border Color

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

This div border color is #bbddd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddd1


Comments

No comments written yet.

Please login to write comment.