Color Hex Logo

#bbe0ed Color Hex

#BBE0ED
(187,224,237)
0 Favorites   0 Comments

Color spaces of #bbe0ed

RGB 187224237
HSL0.540.580.83
HSV196°21°93°
CMYK 0.210.050.00   0.07
XYZ62.435269.990590.3396
Yxy69.99050.28030.3142
Hunter Lab83.6603-13.1921-5.4614
CIE-Lab86.9922-9.2879-10.3601

#bbe0ed color RGB value is (187,224,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 11101101
Octal 273 340 355
Decimal 187 224 237
Hex BB E0 ED

RGB Percentages of Color #bbe0ed

%28.86
%34.57
%36.57

CMYK Percentages of Color #bbe0ed

%21
%5
%0
%7

Triadic Colors of #bbe0ed

#bbe0ed #edbbe0 #e0edbb

Analogous Colors of #bbe0ed

#bbe0ed #bbc7ed #bbede1

Monochromatic Colors of #bbe0ed

#bbe0ed

Complementary Color

#bbe0ed #edc8bb

#bbe0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe0ed Color CSS Codes

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

#bbe0ed Text Font Color

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

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


#bbe0ed Background Color

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

This div background color is #bbe0ed


#bbe0ed Border Color

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

This div border color is #bbe0ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,224,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 #bbe0ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe0ed


Comments

No comments written yet.

Please login to write comment.