Color Hex Logo

#bbeeec Color Hex

#BBEEEC
(187,238,236)
0 Favorites   0 Comments

Color spaces of #bbeeec

RGB 187238236
HSL0.490.600.83
HSV178°21°93°
CMYK 0.210.000.01   0.07
XYZ66.208477.770090.8784
Yxy77.77000.28190.3311
Hunter Lab88.1873-20.31530.6318
CIE-Lab90.6748-16.5763-4.3836

#bbeeec color RGB value is (187,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11101100
Octal 273 356 354
Decimal 187 238 236
Hex BB EE EC

RGB Percentages of Color #bbeeec

%28.29
%36.01
%35.70

CMYK Percentages of Color #bbeeec

%21
%0
%1
%7

Triadic Colors of #bbeeec

#bbeeec #ecbbee #eeecbb

Analogous Colors of #bbeeec

#bbeeec #bbd7ee #bbeed3

Monochromatic Colors of #bbeeec

#bbeeec

Complementary Color

#bbeeec #eebbbd

#bbeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeeec Color CSS Codes

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

#bbeeec Text Font Color

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

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


#bbeeec Background Color

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

This div background color is #bbeeec


#bbeeec Border Color

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

This div border color is #bbeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeeec


Comments

No comments written yet.

Please login to write comment.