Color Hex Logo

#bbfbeb Color Hex

#BBFBEB
(187,251,235)
0 Favorites   0 Comments

Color spaces of #bbfbeb

RGB 187251235
HSL0.460.890.86
HSV165°25°98°
CMYK 0.250.000.06   0.02
XYZ69.986185.557391.4228
Yxy85.55730.28340.3464
Hunter Lab92.4972-26.81176.1467
CIE-Lab94.1227-23.16351.1858

#bbfbeb color RGB value is (187,251,235).

#bbfbeb hex color red value is 187, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbfbeb hue: 0.46 , saturation: 0.89 and the lightness value of bbfbeb is 0.86.

The process color (four color CMYK) of #bbfbeb color hex is 0.25, 0.00, 0.06, 0.02. Web safe color of #bbfbeb is #ccffff. Color #bbfbeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11101011
Octal 273 373 353
Decimal 187 251 235
Hex BB FB EB

RGB Percentages of Color #bbfbeb

%27.79
%37.30
%34.92

CMYK Percentages of Color #bbfbeb

%25
%0
%6
%2

Triadic Colors of #bbfbeb

#bbfbeb #ebbbfb #fbebbb

Analogous Colors of #bbfbeb

#bbfbeb #bbebfb #bbfbcb

Monochromatic Colors of #bbfbeb

#bbfbeb

Complementary Color

#bbfbeb #fbbbcb

#bbfbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbeb Color CSS Codes

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

#bbfbeb Text Font Color

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

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


#bbfbeb Background Color

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

This div background color is #bbfbeb


#bbfbeb Border Color

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

This div border color is #bbfbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbeb


Comments

No comments written yet.

Please login to write comment.