Color Hex Logo

#bbebb3 Color Hex

#BBEBB3
(187,235,179)
0 Favorites   0 Comments

Color spaces of #bbebb3

RGB 187235179
HSL0.310.580.81
HSV111°24°92°
CMYK 0.200.000.24   0.08
XYZ58.338573.236153.7090
Yxy73.23610.31490.3953
Hunter Lab85.5781-28.078422.6941
CIE-Lab88.5602-25.768822.2513

#bbebb3 color RGB value is (187,235,179).

#bbebb3 hex color red value is 187, green value is 235 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bbebb3 hue: 0.31 , saturation: 0.58 and the lightness value of bbebb3 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 10110011
Octal 273 353 263
Decimal 187 235 179
Hex BB EB B3

RGB Percentages of Color #bbebb3

%31.11
%39.10
%29.78

CMYK Percentages of Color #bbebb3

%20
%0
%24
%8

Triadic Colors of #bbebb3

#bbebb3 #b3bbeb #ebb3bb

Analogous Colors of #bbebb3

#bbebb3 #b3ebc7 #d7ebb3

Monochromatic Colors of #bbebb3

#bbebb3

Complementary Color

#bbebb3 #e3b3eb

#bbebb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebb3 Color CSS Codes

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

#bbebb3 Text Font Color

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

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


#bbebb3 Background Color

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

This div background color is #bbebb3


#bbebb3 Border Color

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

This div border color is #bbebb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebb3


Comments

No comments written yet.

Please login to write comment.