Color Hex Logo

#bbdeea Color Hex

#BBDEEA
(187,222,234)
0 Favorites   0 Comments

Color spaces of #bbdeea

RGB 187222234
HSL0.540.530.83
HSV195°20°92°
CMYK 0.200.050.00   0.08
XYZ61.466168.747987.8720
Yxy68.74790.28180.3152
Hunter Lab82.9144-12.7744-4.7950
CIE-Lab86.3791-8.9056-9.6903

#bbdeea color RGB value is (187,222,234).

#bbdeea hex color red value is 187, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bbdeea hue: 0.54 , saturation: 0.53 and the lightness value of bbdeea is 0.83.

The process color (four color CMYK) of #bbdeea color hex is 0.20, 0.05, 0.00, 0.08. Web safe color of #bbdeea is #ccccff. Color #bbdeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11101010
Octal 273 336 352
Decimal 187 222 234
Hex BB DE EA

RGB Percentages of Color #bbdeea

%29.08
%34.53
%36.39

CMYK Percentages of Color #bbdeea

%20
%5
%0
%8

Triadic Colors of #bbdeea

#bbdeea #eabbde #deeabb

Analogous Colors of #bbdeea

#bbdeea #bbc7ea #bbeadf

Monochromatic Colors of #bbdeea

#bbdeea

Complementary Color

#bbdeea #eac7bb

#bbdeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdeea Color CSS Codes

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

#bbdeea Text Font Color

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

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


#bbdeea Background Color

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

This div background color is #bbdeea


#bbdeea Border Color

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

This div border color is #bbdeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdeea


Comments

No comments written yet.

Please login to write comment.