Color Hex Logo

#bbeccf Color Hex

#BBECCF
(187,236,207)
0 Favorites   0 Comments

Color spaces of #bbeccf

RGB 187236207
HSL0.400.560.83
HSV144°21°93°
CMYK 0.210.000.12   0.07
XYZ61.751575.060770.2650
Yxy75.06070.29820.3625
Hunter Lab86.6376-24.388712.5608
CIE-Lab89.4214-21.35108.9295

#bbeccf color RGB value is (187,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11001111
Octal 273 354 317
Decimal 187 236 207
Hex BB EC CF

RGB Percentages of Color #bbeccf

%29.68
%37.46
%32.86

CMYK Percentages of Color #bbeccf

%21
%0
%12
%7

Triadic Colors of #bbeccf

#bbeccf #cfbbec #eccfbb

Analogous Colors of #bbeccf

#bbeccf #bbece8 #c0ecbb

Monochromatic Colors of #bbeccf

#bbeccf

Complementary Color

#bbeccf #ecbbd8

#bbeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeccf Color CSS Codes

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

#bbeccf Text Font Color

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

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


#bbeccf Background Color

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

This div background color is #bbeccf


#bbeccf Border Color

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

This div border color is #bbeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeccf


Comments

No comments written yet.

Please login to write comment.