Color Hex Logo

#bbe6eb Color Hex

#BBE6EB
(187,230,235)
0 Favorites   0 Comments

Color spaces of #bbe6eb

RGB 187230235
HSL0.520.550.83
HSV186°20°92°
CMYK 0.200.020.00   0.08
XYZ63.785773.156689.3560
Yxy73.15660.28190.3233
Hunter Lab85.5316-16.5630-2.0689
CIE-Lab88.5223-12.7718-7.0374

#bbe6eb color RGB value is (187,230,235).

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

The process color (four color CMYK) of #bbe6eb color hex is 0.20, 0.02, 0.00, 0.08. Web safe color of #bbe6eb is #ccffff. Color #bbe6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100110 11101011
Octal 273 346 353
Decimal 187 230 235
Hex BB E6 EB

RGB Percentages of Color #bbe6eb

%28.68
%35.28
%36.04

CMYK Percentages of Color #bbe6eb

%20
%2
%0
%8

Triadic Colors of #bbe6eb

#bbe6eb #ebbbe6 #e6ebbb

Analogous Colors of #bbe6eb

#bbe6eb #bbceeb #bbebd8

Monochromatic Colors of #bbe6eb

#bbe6eb

Complementary Color

#bbe6eb #ebc0bb

#bbe6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe6eb Color CSS Codes

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

#bbe6eb Text Font Color

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

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


#bbe6eb Background Color

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

This div background color is #bbe6eb


#bbe6eb Border Color

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

This div border color is #bbe6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe6eb


Comments

No comments written yet.

Please login to write comment.