Color Hex Logo

#bbeedf Color Hex

#BBEEDF
(187,238,223)
0 Favorites   0 Comments

Color spaces of #bbeedf

RGB 187238223
HSL0.450.600.83
HSV162°21°93°
CMYK 0.210.000.06   0.07
XYZ64.387377.041681.2890
Yxy77.04160.28910.3459
Hunter Lab87.7733-22.66236.5314
CIE-Lab90.3408-19.23791.9113

#bbeedf color RGB value is (187,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11011111
Octal 273 356 337
Decimal 187 238 223
Hex BB EE DF

RGB Percentages of Color #bbeedf

%28.86
%36.73
%34.41

CMYK Percentages of Color #bbeedf

%21
%0
%6
%7

Triadic Colors of #bbeedf

#bbeedf #dfbbee #eedfbb

Analogous Colors of #bbeedf

#bbeedf #bbe4ee #bbeec6

Monochromatic Colors of #bbeedf

#bbeedf

Complementary Color

#bbeedf #eebbca

#bbeedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeedf Color CSS Codes

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

#bbeedf Text Font Color

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

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


#bbeedf Background Color

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

This div background color is #bbeedf


#bbeedf Border Color

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

This div border color is #bbeedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeedf


Comments

No comments written yet.

Please login to write comment.