Color Hex Logo

#bbe19d Color Hex

#BBE19D
(187,225,157)
0 Favorites   0 Comments

Color spaces of #bbe19d

RGB 187225157
HSL0.260.530.75
HSV94°30°88°
CMYK 0.170.000.30   0.12
XYZ53.504566.849541.9816
Yxy66.84950.32960.4118
Hunter Lab81.7615-26.272926.7898
CIE-Lab85.4279-24.343929.3087

#bbe19d color RGB value is (187,225,157).

#bbe19d hex color red value is 187, green value is 225 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bbe19d hue: 0.26 , saturation: 0.53 and the lightness value of bbe19d is 0.75.

The process color (four color CMYK) of #bbe19d color hex is 0.17, 0.00, 0.30, 0.12. Web safe color of #bbe19d is #cccc99. Color #bbe19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 10011101
Octal 273 341 235
Decimal 187 225 157
Hex BB E1 9D

RGB Percentages of Color #bbe19d

%32.86
%39.54
%27.59

CMYK Percentages of Color #bbe19d

%17
%0
%30
%12

Triadic Colors of #bbe19d

#bbe19d #9dbbe1 #e19dbb

Analogous Colors of #bbe19d

#bbe19d #9de1a1 #dde19d

Monochromatic Colors of #bbe19d

#bbe19d

Complementary Color

#bbe19d #c39de1

#bbe19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe19d Color CSS Codes

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

#bbe19d Text Font Color

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

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


#bbe19d Background Color

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

This div background color is #bbe19d


#bbe19d Border Color

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

This div border color is #bbe19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe19d


Comments

No comments written yet.

Please login to write comment.