Color Hex Logo

#bbdeef Color Hex

#BBDEEF
(187,222,239)
0 Favorites   0 Comments

Color spaces of #bbdeef

RGB 187222239
HSL0.550.620.84
HSV200°22°94°
CMYK 0.220.070.00   0.06
XYZ62.194869.039391.7093
Yxy69.03930.27900.3097
Hunter Lab83.0899-11.7957-7.2776
CIE-Lab86.5235-7.8262-12.1132

#bbdeef color RGB value is (187,222,239).

#bbdeef hex color red value is 187, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbdeef hue: 0.55 , saturation: 0.62 and the lightness value of bbdeef is 0.84.

The process color (four color CMYK) of #bbdeef color hex is 0.22, 0.07, 0.00, 0.06. Web safe color of #bbdeef is #ccccff. Color #bbdeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11101111
Octal 273 336 357
Decimal 187 222 239
Hex BB DE EF

RGB Percentages of Color #bbdeef

%28.86
%34.26
%36.88

CMYK Percentages of Color #bbdeef

%22
%7
%0
%6

Triadic Colors of #bbdeef

#bbdeef #efbbde #deefbb

Analogous Colors of #bbdeef

#bbdeef #bbc4ef #bbefe6

Monochromatic Colors of #bbdeef

#bbdeef

Complementary Color

#bbdeef #efccbb

#bbdeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdeef Color CSS Codes

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

#bbdeef Text Font Color

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

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


#bbdeef Background Color

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

This div background color is #bbdeef


#bbdeef Border Color

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

This div border color is #bbdeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdeef


Comments

No comments written yet.

Please login to write comment.