Color Hex Logo

#bbe2eb Color Hex

#BBE2EB
(187,226,235)
0 Favorites   0 Comments

Color spaces of #bbe2eb

RGB 187226235
HSL0.530.550.83
HSV191°20°92°
CMYK 0.200.040.00   0.08
XYZ62.685370.955788.9892
Yxy70.95570.28160.3187
Hunter Lab84.2352-14.5773-3.6715
CIE-Lab87.4635-10.7397-8.6064

#bbe2eb color RGB value is (187,226,235).

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

The process color (four color CMYK) of #bbe2eb color hex is 0.20, 0.04, 0.00, 0.08. Web safe color of #bbe2eb is #ccccff. Color #bbe2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 11101011
Octal 273 342 353
Decimal 187 226 235
Hex BB E2 EB

RGB Percentages of Color #bbe2eb

%28.86
%34.88
%36.27

CMYK Percentages of Color #bbe2eb

%20
%4
%0
%8

Triadic Colors of #bbe2eb

#bbe2eb #ebbbe2 #e2ebbb

Analogous Colors of #bbe2eb

#bbe2eb #bbcaeb #bbebdc

Monochromatic Colors of #bbe2eb

#bbe2eb

Complementary Color

#bbe2eb #ebc4bb

#bbe2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe2eb Color CSS Codes

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

#bbe2eb Text Font Color

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

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


#bbe2eb Background Color

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

This div background color is #bbe2eb


#bbe2eb Border Color

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

This div border color is #bbe2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe2eb


Comments

No comments written yet.

Please login to write comment.