Color Hex Logo

#bbd19d Color Hex

#BBD19D
(187,209,157)
0 Favorites   0 Comments

Color spaces of #bbd19d

RGB 187209157
HSL0.240.360.72
HSV85°25°82°
CMYK 0.110.000.25   0.18
XYZ49.379858.600040.6066
Yxy58.60000.33230.3944
Hunter Lab76.5506-18.820322.1348
CIE-Lab81.0712-16.459023.4041

#bbd19d color RGB value is (187,209,157).

#bbd19d hex color red value is 187, green value is 209 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bbd19d hue: 0.24 , saturation: 0.36 and the lightness value of bbd19d is 0.72.

The process color (four color CMYK) of #bbd19d color hex is 0.11, 0.00, 0.25, 0.18. Web safe color of #bbd19d is #cccc99. Color #bbd19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 10011101
Octal 273 321 235
Decimal 187 209 157
Hex BB D1 9D

RGB Percentages of Color #bbd19d

%33.82
%37.79
%28.39

CMYK Percentages of Color #bbd19d

%11
%0
%25
%18

Triadic Colors of #bbd19d

#bbd19d #9dbbd1 #d19dbb

Analogous Colors of #bbd19d

#bbd19d #a1d19d #d1cd9d

Monochromatic Colors of #bbd19d

#bbd19d

Complementary Color

#bbd19d #b39dd1

#bbd19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd19d Color CSS Codes

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

#bbd19d Text Font Color

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

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


#bbd19d Background Color

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

This div background color is #bbd19d


#bbd19d Border Color

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

This div border color is #bbd19d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,209,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 #bbd19d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd19d


Comments

No comments written yet.

Please login to write comment.