Color Hex Logo

#bbe2ea Color Hex

#BBE2EA
(187,226,234)
0 Favorites   0 Comments

Color spaces of #bbe2ea

RGB 187226234
HSL0.530.530.83
HSV190°20°92°
CMYK 0.200.030.00   0.08
XYZ62.541270.898088.2303
Yxy70.89800.28210.3198
Hunter Lab84.2010-14.7688-3.1866
CIE-Lab87.4354-10.9525-8.1217

#bbe2ea color RGB value is (187,226,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 11101010
Octal 273 342 352
Decimal 187 226 234
Hex BB E2 EA

RGB Percentages of Color #bbe2ea

%28.90
%34.93
%36.17

CMYK Percentages of Color #bbe2ea

%20
%3
%0
%8

Triadic Colors of #bbe2ea

#bbe2ea #eabbe2 #e2eabb

Analogous Colors of #bbe2ea

#bbe2ea #bbcbea #bbeadb

Monochromatic Colors of #bbe2ea

#bbe2ea

Complementary Color

#bbe2ea #eac3bb

#bbe2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe2ea Color CSS Codes

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

#bbe2ea Text Font Color

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

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


#bbe2ea Background Color

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

This div background color is #bbe2ea


#bbe2ea Border Color

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

This div border color is #bbe2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe2ea

#bbe2ea Color Palettes


Comments

No comments written yet.

Please login to write comment.