Color Hex Logo

#bbecdb Color Hex

#BBECDB
(187,236,219)
0 Favorites   0 Comments

Color spaces of #bbecdb

RGB 187236219
HSL0.440.560.83
HSV159°21°93°
CMYK 0.210.000.07   0.07
XYZ63.275275.670278.2887
Yxy75.67020.29130.3483
Hunter Lab86.9886-22.38987.5318
CIE-Lab89.7060-19.04473.0772

#bbecdb color RGB value is (187,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11011011
Octal 273 354 333
Decimal 187 236 219
Hex BB EC DB

RGB Percentages of Color #bbecdb

%29.13
%36.76
%34.11

CMYK Percentages of Color #bbecdb

%21
%0
%7
%7

Triadic Colors of #bbecdb

#bbecdb #dbbbec #ecdbbb

Analogous Colors of #bbecdb

#bbecdb #bbe5ec #bbecc3

Monochromatic Colors of #bbecdb

#bbecdb

Complementary Color

#bbecdb #ecbbcc

#bbecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecdb Color CSS Codes

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

#bbecdb Text Font Color

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

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


#bbecdb Background Color

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

This div background color is #bbecdb


#bbecdb Border Color

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

This div border color is #bbecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecdb


Comments

No comments written yet.

Please login to write comment.