Color Hex Logo

#bbefe2 Color Hex

#BBEFE2
(187,239,226)
0 Favorites   0 Comments

Color spaces of #bbefe2

RGB 187239226
HSL0.460.620.84
HSV165°22°94°
CMYK 0.220.000.05   0.06
XYZ65.087577.788883.5358
Yxy77.78880.28750.3436
Hunter Lab88.1980-22.61875.5827
CIE-Lab90.6834-19.12890.8457

#bbefe2 color RGB value is (187,239,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11100010
Octal 273 357 342
Decimal 187 239 226
Hex BB EF E2

RGB Percentages of Color #bbefe2

%28.68
%36.66
%34.66

CMYK Percentages of Color #bbefe2

%22
%0
%5
%6

Triadic Colors of #bbefe2

#bbefe2 #e2bbef #efe2bb

Analogous Colors of #bbefe2

#bbefe2 #bbe2ef #bbefc8

Monochromatic Colors of #bbefe2

#bbefe2

Complementary Color

#bbefe2 #efbbc8

#bbefe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefe2 Color CSS Codes

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

#bbefe2 Text Font Color

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

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


#bbefe2 Background Color

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

This div background color is #bbefe2


#bbefe2 Border Color

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

This div border color is #bbefe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefe2


Comments

No comments written yet.

Please login to write comment.