Color Hex Logo

#bbe0ec Color Hex

#BBE0EC
(187,224,236)
0 Favorites   0 Comments

Color spaces of #bbe0ec

RGB 187224236
HSL0.540.560.83
HSV195°21°93°
CMYK 0.210.050.00   0.07
XYZ62.289569.932289.5721
Yxy69.93220.28080.3153
Hunter Lab83.6255-13.3866-4.9683
CIE-Lab86.9636-9.5030-9.8757

#bbe0ec color RGB value is (187,224,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 11101100
Octal 273 340 354
Decimal 187 224 236
Hex BB E0 EC

RGB Percentages of Color #bbe0ec

%28.90
%34.62
%36.48

CMYK Percentages of Color #bbe0ec

%21
%5
%0
%7

Triadic Colors of #bbe0ec

#bbe0ec #ecbbe0 #e0ecbb

Analogous Colors of #bbe0ec

#bbe0ec #bbc8ec #bbece0

Monochromatic Colors of #bbe0ec

#bbe0ec

Complementary Color

#bbe0ec #ecc7bb

#bbe0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe0ec Color CSS Codes

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

#bbe0ec Text Font Color

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

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


#bbe0ec Background Color

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

This div background color is #bbe0ec


#bbe0ec Border Color

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

This div border color is #bbe0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe0ec


Comments

No comments written yet.

Please login to write comment.