Color Hex Logo

#bbefe7 Color Hex

#BBEFE7
(187,239,231)
0 Favorites   0 Comments

Color spaces of #bbefe7

RGB 187239231
HSL0.470.620.84
HSV171°22°94°
CMYK 0.220.000.03   0.06
XYZ65.783878.067387.2026
Yxy78.06730.28470.3379
Hunter Lab88.3557-21.72323.3328
CIE-Lab90.8106-18.1110-1.5757

#bbefe7 color RGB value is (187,239,231).

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

The process color (four color CMYK) of #bbefe7 color hex is 0.22, 0.00, 0.03, 0.06. Web safe color of #bbefe7 is #ccffff. Color #bbefe7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11100111
Octal 273 357 347
Decimal 187 239 231
Hex BB EF E7

RGB Percentages of Color #bbefe7

%28.46
%36.38
%35.16

CMYK Percentages of Color #bbefe7

%22
%0
%3
%6

Triadic Colors of #bbefe7

#bbefe7 #e7bbef #efe7bb

Analogous Colors of #bbefe7

#bbefe7 #bbddef #bbefcd

Monochromatic Colors of #bbefe7

#bbefe7

Complementary Color

#bbefe7 #efbbc3

#bbefe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefe7 Color CSS Codes

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

#bbefe7 Text Font Color

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

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


#bbefe7 Background Color

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

This div background color is #bbefe7


#bbefe7 Border Color

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

This div border color is #bbefe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefe7


Comments

No comments written yet.

Please login to write comment.