Color Hex Logo

#bbeebc Color Hex

#BBEEBC
(187,238,188)
0 Favorites   0 Comments

Color spaces of #bbeebc

RGB 187238188
HSL0.340.600.83
HSV121°21°93°
CMYK 0.210.000.21   0.07
XYZ60.145275.344758.9500
Yxy75.34470.30930.3875
Hunter Lab86.8013-28.218520.4949
CIE-Lab89.5542-25.711318.9836

#bbeebc color RGB value is (187,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 10111100
Octal 273 356 274
Decimal 187 238 188
Hex BB EE BC

RGB Percentages of Color #bbeebc

%30.51
%38.83
%30.67

CMYK Percentages of Color #bbeebc

%21
%0
%21
%7

Triadic Colors of #bbeebc

#bbeebc #bcbbee #eebcbb

Analogous Colors of #bbeebc

#bbeebc #bbeed6 #d4eebb

Monochromatic Colors of #bbeebc

#bbeebc

Complementary Color

#bbeebc #eebbed

#bbeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeebc Color CSS Codes

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

#bbeebc Text Font Color

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

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


#bbeebc Background Color

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

This div background color is #bbeebc


#bbeebc Border Color

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

This div border color is #bbeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeebc


Comments

No comments written yet.

Please login to write comment.