Color Hex Logo

#bbddd7 Color Hex

#BBDDD7
(187,221,215)
0 Favorites   0 Comments

Color spaces of #bbddd7

RGB 187221215
HSL0.470.330.80
HSV169°15°87°
CMYK 0.150.000.03   0.13
XYZ58.615767.184074.1684
Yxy67.18400.29310.3360
Hunter Lab81.9658-15.79073.7264
CIE-Lab85.5968-12.3235-0.8076

#bbddd7 color RGB value is (187,221,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11010111
Octal 273 335 327
Decimal 187 221 215
Hex BB DD D7

RGB Percentages of Color #bbddd7

%30.02
%35.47
%34.51

CMYK Percentages of Color #bbddd7

%15
%0
%3
%13

Triadic Colors of #bbddd7

#bbddd7 #d7bbdd #ddd7bb

Analogous Colors of #bbddd7

#bbddd7 #bbd2dd #bbddc6

Monochromatic Colors of #bbddd7

#bbddd7

Complementary Color

#bbddd7 #ddbbc1

#bbddd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddd7 Color CSS Codes

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

#bbddd7 Text Font Color

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

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


#bbddd7 Background Color

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

This div background color is #bbddd7


#bbddd7 Border Color

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

This div border color is #bbddd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddd7


Comments

No comments written yet.

Please login to write comment.