Color Hex Logo

#bbebbd Color Hex

#BBEBBD
(187,235,189)
0 Favorites   0 Comments

Color spaces of #bbebbd

RGB 187235189
HSL0.340.550.83
HSV123°20°92°
CMYK 0.200.000.20   0.08
XYZ59.387273.655659.2310
Yxy73.65560.30890.3831
Hunter Lab85.8228-26.672619.1567
CIE-Lab88.7595-24.096617.3548

#bbebbd color RGB value is (187,235,189).

#bbebbd hex color red value is 187, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bbebbd hue: 0.34 , saturation: 0.55 and the lightness value of bbebbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 10111101
Octal 273 353 275
Decimal 187 235 189
Hex BB EB BD

RGB Percentages of Color #bbebbd

%30.61
%38.46
%30.93

CMYK Percentages of Color #bbebbd

%20
%0
%20
%8

Triadic Colors of #bbebbd

#bbebbd #bdbbeb #ebbdbb

Analogous Colors of #bbebbd

#bbebbd #bbebd5 #d1ebbb

Monochromatic Colors of #bbebbd

#bbebbd

Complementary Color

#bbebbd #ebbbe9

#bbebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebbd Color CSS Codes

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

#bbebbd Text Font Color

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

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


#bbebbd Background Color

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

This div background color is #bbebbd


#bbebbd Border Color

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

This div border color is #bbebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebbd


Comments

No comments written yet.

Please login to write comment.