Color Hex Logo

#bbeccb Color Hex

#BBECCB
(187,236,203)
0 Favorites   0 Comments

Color spaces of #bbeccb

RGB 187236203
HSL0.390.560.83
HSV140°21°93°
CMYK 0.210.000.14   0.07
XYZ61.268574.867567.7216
Yxy74.86750.30050.3673
Hunter Lab86.5260-25.025814.1635
CIE-Lab89.3309-22.092810.8845

#bbeccb color RGB value is (187,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11001011
Octal 273 354 313
Decimal 187 236 203
Hex BB EC CB

RGB Percentages of Color #bbeccb

%29.87
%37.70
%32.43

CMYK Percentages of Color #bbeccb

%21
%0
%14
%7

Triadic Colors of #bbeccb

#bbeccb #cbbbec #eccbbb

Analogous Colors of #bbeccb

#bbeccb #bbece4 #c4ecbb

Monochromatic Colors of #bbeccb

#bbeccb

Complementary Color

#bbeccb #ecbbdc

#bbeccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeccb Color CSS Codes

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

#bbeccb Text Font Color

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

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


#bbeccb Background Color

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

This div background color is #bbeccb


#bbeccb Border Color

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

This div border color is #bbeccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeccb


Comments

No comments written yet.

Please login to write comment.