Color Hex Logo

#bbd79f Color Hex

#BBD79F
(187,215,159)
0 Favorites   0 Comments

Color spaces of #bbd79f

RGB 187215159
HSL0.250.410.73
HSV90°26°84°
CMYK 0.130.000.26   0.16
XYZ51.052061.668942.0134
Yxy61.66890.32990.3985
Hunter Lab78.5295-21.384023.2505
CIE-Lab82.7370-19.152224.6325

#bbd79f color RGB value is (187,215,159).

#bbd79f hex color red value is 187, green value is 215 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bbd79f hue: 0.25 , saturation: 0.41 and the lightness value of bbd79f is 0.73.

The process color (four color CMYK) of #bbd79f color hex is 0.13, 0.00, 0.26, 0.16. Web safe color of #bbd79f is #cccc99. Color #bbd79f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 10011111
Octal 273 327 237
Decimal 187 215 159
Hex BB D7 9F

RGB Percentages of Color #bbd79f

%33.33
%38.32
%28.34

CMYK Percentages of Color #bbd79f

%13
%0
%26
%16

Triadic Colors of #bbd79f

#bbd79f #9fbbd7 #d79fbb

Analogous Colors of #bbd79f

#bbd79f #9fd79f #d7d79f

Monochromatic Colors of #bbd79f

#bbd79f

Complementary Color

#bbd79f #bb9fd7

#bbd79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd79f Color CSS Codes

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

#bbd79f Text Font Color

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

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


#bbd79f Background Color

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

This div background color is #bbd79f


#bbd79f Border Color

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

This div border color is #bbd79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd79f


Comments

No comments written yet.

Please login to write comment.