Color Hex Logo

#bbdbed Color Hex

#BBDBED
(187,219,237)
0 Favorites   0 Comments

Color spaces of #bbdbed

RGB 187219237
HSL0.560.580.83
HSV202°21°93°
CMYK 0.210.080.00   0.07
XYZ61.111167.342389.8982
Yxy67.34230.27990.3084
Hunter Lab82.0624-10.6818-7.5077
CIE-Lab85.6765-6.7114-12.3219

#bbdbed color RGB value is (187,219,237).

#bbdbed hex color red value is 187, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bbdbed hue: 0.56 , saturation: 0.58 and the lightness value of bbdbed is 0.83.

The process color (four color CMYK) of #bbdbed color hex is 0.21, 0.08, 0.00, 0.07. Web safe color of #bbdbed is #ccccff. Color #bbdbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11101101
Octal 273 333 355
Decimal 187 219 237
Hex BB DB ED

RGB Percentages of Color #bbdbed

%29.08
%34.06
%36.86

CMYK Percentages of Color #bbdbed

%21
%8
%0
%7

Triadic Colors of #bbdbed

#bbdbed #edbbdb #dbedbb

Analogous Colors of #bbdbed

#bbdbed #bbc2ed #bbede6

Monochromatic Colors of #bbdbed

#bbdbed

Complementary Color

#bbdbed #edcdbb

#bbdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbed Color CSS Codes

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

#bbdbed Text Font Color

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

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


#bbdbed Background Color

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

This div background color is #bbdbed


#bbdbed Border Color

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

This div border color is #bbdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbed


Comments

No comments written yet.

Please login to write comment.