Color Hex Logo

#bbe4ed Color Hex

#BBE4ED
(187,228,237)
0 Favorites   0 Comments

Color spaces of #bbe4ed

RGB 187228237
HSL0.530.580.83
HSV191°21°93°
CMYK 0.210.040.00   0.07
XYZ63.523072.166090.7022
Yxy72.16600.28060.3188
Hunter Lab84.9506-15.1876-3.8389
CIE-Lab88.0484-11.3309-8.7901

#bbe4ed color RGB value is (187,228,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 11101101
Octal 273 344 355
Decimal 187 228 237
Hex BB E4 ED

RGB Percentages of Color #bbe4ed

%28.68
%34.97
%36.35

CMYK Percentages of Color #bbe4ed

%21
%4
%0
%7

Triadic Colors of #bbe4ed

#bbe4ed #edbbe4 #e4edbb

Analogous Colors of #bbe4ed

#bbe4ed #bbcbed #bbeddd

Monochromatic Colors of #bbe4ed

#bbe4ed

Complementary Color

#bbe4ed #edc4bb

#bbe4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe4ed Color CSS Codes

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

#bbe4ed Text Font Color

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

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


#bbe4ed Background Color

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

This div background color is #bbe4ed


#bbe4ed Border Color

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

This div border color is #bbe4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe4ed


Comments

No comments written yet.

Please login to write comment.