Color Hex Logo

#bbefdf Color Hex

#BBEFDF
(187,239,223)
0 Favorites   0 Comments

Color spaces of #bbefdf

RGB 187239223
HSL0.450.620.84
HSV162°22°94°
CMYK 0.220.000.07   0.06
XYZ64.679377.625581.3863
Yxy77.62550.28910.3470
Hunter Lab88.1053-23.14516.9053
CIE-Lab90.6087-19.73012.3010

#bbefdf color RGB value is (187,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11011111
Octal 273 357 337
Decimal 187 239 223
Hex BB EF DF

RGB Percentages of Color #bbefdf

%28.81
%36.83
%34.36

CMYK Percentages of Color #bbefdf

%22
%0
%7
%6

Triadic Colors of #bbefdf

#bbefdf #dfbbef #efdfbb

Analogous Colors of #bbefdf

#bbefdf #bbe5ef #bbefc5

Monochromatic Colors of #bbefdf

#bbefdf

Complementary Color

#bbefdf #efbbcb

#bbefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefdf Color CSS Codes

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

#bbefdf Text Font Color

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

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


#bbefdf Background Color

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

This div background color is #bbefdf


#bbefdf Border Color

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

This div border color is #bbefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefdf


Comments

No comments written yet.

Please login to write comment.