Color Hex Logo

#bbeecc Color Hex

#BBEECC
(187,238,204)
0 Favorites   0 Comments

Color spaces of #bbeecc

RGB 187238204
HSL0.390.600.83
HSV140°21°93°
CMYK 0.210.000.14   0.07
XYZ61.967176.073568.5444
Yxy76.07350.30000.3682
Hunter Lab87.2201-25.816714.4594
CIE-Lab89.8935-22.882311.1658

#bbeecc color RGB value is (187,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11001100
Octal 273 356 314
Decimal 187 238 204
Hex BB EE CC

RGB Percentages of Color #bbeecc

%29.73
%37.84
%32.43

CMYK Percentages of Color #bbeecc

%21
%0
%14
%7

Triadic Colors of #bbeecc

#bbeecc #ccbbee #eeccbb

Analogous Colors of #bbeecc

#bbeecc #bbeee6 #c4eebb

Monochromatic Colors of #bbeecc

#bbeecc

Complementary Color

#bbeecc #eebbdd

#bbeecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeecc Color CSS Codes

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

#bbeecc Text Font Color

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

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


#bbeecc Background Color

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

This div background color is #bbeecc


#bbeecc Border Color

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

This div border color is #bbeecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeecc


Comments

No comments written yet.

Please login to write comment.