Color Hex Logo

#b8db9f Color Hex

#B8DB9F
(184,219,159)
0 Favorites   0 Comments

Color spaces of #b8db9f

RGB 184219159
HSL0.260.450.74
HSV95°27°86°
CMYK 0.160.000.27   0.14
XYZ51.356763.356642.3231
Yxy63.35660.32700.4035
Hunter Lab79.5969-24.124524.1922
CIE-Lab83.6297-22.192725.8146

#b8db9f color RGB value is (184,219,159).

#b8db9f hex color red value is 184, green value is 219 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b8db9f hue: 0.26 , saturation: 0.45 and the lightness value of b8db9f is 0.74.

The process color (four color CMYK) of #b8db9f color hex is 0.16, 0.00, 0.27, 0.14. Web safe color of #b8db9f is #cccc99. Color #b8db9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 10011111
Octal 270 333 237
Decimal 184 219 159
Hex B8 DB 9F

RGB Percentages of Color #b8db9f

%32.74
%38.97
%28.29

CMYK Percentages of Color #b8db9f

%16
%0
%27
%14

Triadic Colors of #b8db9f

#b8db9f #9fb8db #db9fb8

Analogous Colors of #b8db9f

#b8db9f #9fdba4 #d6db9f

Monochromatic Colors of #b8db9f

#b8db9f

Complementary Color

#b8db9f #c29fdb

#b8db9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8db9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8db9f Color CSS Codes

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

#b8db9f Text Font Color

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

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


#b8db9f Background Color

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

This div background color is #b8db9f


#b8db9f Border Color

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

This div border color is #b8db9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8db9f


Comments

No comments written yet.

Please login to write comment.