Color Hex Logo

#bbeedc Color Hex

#BBEEDC
(187,238,220)
0 Favorites   0 Comments

Color spaces of #bbeedc

RGB 187238220
HSL0.440.600.83
HSV159°21°93°
CMYK 0.210.000.08   0.07
XYZ63.986376.881279.1773
Yxy76.88120.29080.3494
Hunter Lab87.6819-23.18217.8381
CIE-Lab90.2669-19.83313.3689

#bbeedc color RGB value is (187,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11011100
Octal 273 356 334
Decimal 187 238 220
Hex BB EE DC

RGB Percentages of Color #bbeedc

%28.99
%36.90
%34.11

CMYK Percentages of Color #bbeedc

%21
%0
%8
%7

Triadic Colors of #bbeedc

#bbeedc #dcbbee #eedcbb

Analogous Colors of #bbeedc

#bbeedc #bbe7ee #bbeec3

Monochromatic Colors of #bbeedc

#bbeedc

Complementary Color

#bbeedc #eebbcd

#bbeedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeedc Color CSS Codes

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

#bbeedc Text Font Color

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

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


#bbeedc Background Color

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

This div background color is #bbeedc


#bbeedc Border Color

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

This div border color is #bbeedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeedc


Comments

No comments written yet.

Please login to write comment.