Color Hex Logo

#bbebee Color Hex

#BBEBEE
(187,235,238)
0 Favorites   0 Comments

Color spaces of #bbebee

RGB 187235238
HSL0.510.600.83
HSV184°21°93°
CMYK 0.210.010.00   0.07
XYZ65.634576.154592.1289
Yxy76.15450.28060.3256
Hunter Lab87.2665-18.4639-1.5070
CIE-Lab89.9310-14.6546-6.5258

#bbebee color RGB value is (187,235,238).

#bbebee hex color red value is 187, green value is 235 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bbebee hue: 0.51 , saturation: 0.60 and the lightness value of bbebee is 0.83.

The process color (four color CMYK) of #bbebee color hex is 0.21, 0.01, 0.00, 0.07. Web safe color of #bbebee is #ccffff. Color #bbebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11101110
Octal 273 353 356
Decimal 187 235 238
Hex BB EB EE

RGB Percentages of Color #bbebee

%28.33
%35.61
%36.06

CMYK Percentages of Color #bbebee

%21
%1
%0
%7

Triadic Colors of #bbebee

#bbebee #eebbeb #ebeebb

Analogous Colors of #bbebee

#bbebee #bbd2ee #bbeed8

Monochromatic Colors of #bbebee

#bbebee

Complementary Color

#bbebee #eebebb

#bbebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebee Color CSS Codes

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

#bbebee Text Font Color

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

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


#bbebee Background Color

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

This div background color is #bbebee


#bbebee Border Color

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

This div border color is #bbebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebee


Comments

No comments written yet.

Please login to write comment.