Color Hex Logo

#b9d05f Color Hex

#B9D05F
(185,208,95)
0 Favorites   0 Comments

Color spaces of #b9d05f

RGB 18520895
HSL0.200.550.59
HSV72°54°82°
CMYK 0.110.000.54   0.18
XYZ44.629056.252319.3320
Yxy56.25230.37120.4679
Hunter Lab75.0015-25.037837.2188
CIE-Lab79.7572-24.122652.6893

#b9d05f color RGB value is (185,208,95).

#b9d05f hex color red value is 185, green value is 208 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b9d05f hue: 0.20 , saturation: 0.55 and the lightness value of b9d05f is 0.59.

The process color (four color CMYK) of #b9d05f color hex is 0.11, 0.00, 0.54, 0.18. Web safe color of #b9d05f is #cccc66. Color #b9d05f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11010000 01011111
Octal 271 320 137
Decimal 185 208 95
Hex B9 D0 5F

RGB Percentages of Color #b9d05f

%37.91
%42.62
%19.47

CMYK Percentages of Color #b9d05f

%11
%0
%54
%18

Triadic Colors of #b9d05f

#b9d05f #5fb9d0 #d05fb9

Analogous Colors of #b9d05f

#b9d05f #81d05f #d0af5f

Monochromatic Colors of #b9d05f

#b9d05f

Complementary Color

#b9d05f #765fd0

#b9d05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9d05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9d05f Color CSS Codes

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

#b9d05f Text Font Color

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

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


#b9d05f Background Color

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

This div background color is #b9d05f


#b9d05f Border Color

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

This div border color is #b9d05f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,208,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9d05f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9d05f;
  -webkit-box-shadow: 1px 1px 3px 2px #b9d05f;
  box-shadow:         1px 1px 3px 2px #b9d05f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,208,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9d05f


Comments

No comments written yet.

Please login to write comment.