Color Hex Logo

#bbddcd Color Hex

#BBDDCD
(187,221,205)
0 Favorites   0 Comments

Color spaces of #bbddcd

RGB 187221205
HSL0.420.330.80
HSV152°15°87°
CMYK 0.150.000.07   0.13
XYZ57.369466.685567.6055
Yxy66.68550.29930.3479
Hunter Lab81.6612-17.50568.0779
CIE-Lab85.3449-14.27574.1096

#bbddcd color RGB value is (187,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11001101
Octal 273 335 315
Decimal 187 221 205
Hex BB DD CD

RGB Percentages of Color #bbddcd

%30.51
%36.05
%33.44

CMYK Percentages of Color #bbddcd

%15
%0
%7
%13

Triadic Colors of #bbddcd

#bbddcd #cdbbdd #ddcdbb

Analogous Colors of #bbddcd

#bbddcd #bbdcdd #bbddbc

Monochromatic Colors of #bbddcd

#bbddcd

Complementary Color

#bbddcd #ddbbcb

#bbddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddcd Color CSS Codes

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

#bbddcd Text Font Color

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

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


#bbddcd Background Color

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

This div background color is #bbddcd


#bbddcd Border Color

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

This div border color is #bbddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddcd

#bbddcd Color Palettes


Comments

No comments written yet.

Please login to write comment.