Color Hex Logo

#bbefdc Color Hex

#BBEFDC
(187,239,220)
0 Favorites   0 Comments

Color spaces of #bbefdc

RGB 187239220
HSL0.440.620.84
HSV158°22°94°
CMYK 0.220.000.08   0.06
XYZ64.278377.465179.2746
Yxy77.46510.29080.3505
Hunter Lab88.0143-23.66348.2074
CIE-Lab90.5353-20.32423.7579

#bbefdc color RGB value is (187,239,220).

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

The process color (four color CMYK) of #bbefdc color hex is 0.22, 0.00, 0.08, 0.06. Web safe color of #bbefdc is #ccffcc. Color #bbefdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11011100
Octal 273 357 334
Decimal 187 239 220
Hex BB EF DC

RGB Percentages of Color #bbefdc

%28.95
%37.00
%34.06

CMYK Percentages of Color #bbefdc

%22
%0
%8
%6

Triadic Colors of #bbefdc

#bbefdc #dcbbef #efdcbb

Analogous Colors of #bbefdc

#bbefdc #bbe8ef #bbefc2

Monochromatic Colors of #bbefdc

#bbefdc

Complementary Color

#bbefdc #efbbce

#bbefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefdc Color CSS Codes

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

#bbefdc Text Font Color

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

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


#bbefdc Background Color

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

This div background color is #bbefdc


#bbefdc Border Color

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

This div border color is #bbefdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,239,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 #bbefdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefdc


Comments

No comments written yet.

Please login to write comment.