Color Hex Logo

#bbe69e Color Hex

#BBE69E
(187,230,158)
0 Favorites   0 Comments

Color spaces of #bbe69e

RGB 187230158
HSL0.270.590.76
HSV96°31°90°
CMYK 0.190.000.31   0.10
XYZ54.961969.627042.8903
Yxy69.62700.32820.4157
Hunter Lab83.4428-28.450927.9344
CIE-Lab86.8136-26.601830.6550

#bbe69e color RGB value is (187,230,158).

#bbe69e hex color red value is 187, green value is 230 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bbe69e hue: 0.27 , saturation: 0.59 and the lightness value of bbe69e is 0.76.

The process color (four color CMYK) of #bbe69e color hex is 0.19, 0.00, 0.31, 0.10. Web safe color of #bbe69e is #ccff99. Color #bbe69e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100110 10011110
Octal 273 346 236
Decimal 187 230 158
Hex BB E6 9E

RGB Percentages of Color #bbe69e

%32.52
%40.00
%27.48

CMYK Percentages of Color #bbe69e

%19
%0
%31
%10

Triadic Colors of #bbe69e

#bbe69e #9ebbe6 #e69ebb

Analogous Colors of #bbe69e

#bbe69e #9ee6a5 #dfe69e

Monochromatic Colors of #bbe69e

#bbe69e

Complementary Color

#bbe69e #c99ee6

#bbe69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe69e Color CSS Codes

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

#bbe69e Text Font Color

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

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


#bbe69e Background Color

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

This div background color is #bbe69e


#bbe69e Border Color

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

This div border color is #bbe69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe69e


Comments

No comments written yet.

Please login to write comment.