Color Hex Logo

#bbe5ed Color Hex

#BBE5ED
(187,229,237)
0 Favorites   0 Comments

Color spaces of #bbe5ed

RGB 187229237
HSL0.530.580.83
HSV190°21°93°
CMYK 0.210.030.00   0.07
XYZ63.798972.717890.7942
Yxy72.71780.28070.3199
Hunter Lab85.2747-15.6847-3.4353
CIE-Lab88.3130-11.8391-8.3976

#bbe5ed color RGB value is (187,229,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 11101101
Octal 273 345 355
Decimal 187 229 237
Hex BB E5 ED

RGB Percentages of Color #bbe5ed

%28.64
%35.07
%36.29

CMYK Percentages of Color #bbe5ed

%21
%3
%0
%7

Triadic Colors of #bbe5ed

#bbe5ed #edbbe5 #e5edbb

Analogous Colors of #bbe5ed

#bbe5ed #bbcced #bbeddc

Monochromatic Colors of #bbe5ed

#bbe5ed

Complementary Color

#bbe5ed #edc3bb

#bbe5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe5ed Color CSS Codes

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

#bbe5ed Text Font Color

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

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


#bbe5ed Background Color

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

This div background color is #bbe5ed


#bbe5ed Border Color

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

This div border color is #bbe5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe5ed


Comments

No comments written yet.

Please login to write comment.