Color Hex Logo

#b9e06f Color Hex

#B9E06F
(185,224,111)
0 Favorites   0 Comments

Color spaces of #b9e06f

RGB 185224111
HSL0.220.650.66
HSV81°50°88°
CMYK 0.170.000.50   0.12
XYZ49.532564.773324.9308
Yxy64.77330.35570.4652
Hunter Lab80.4819-30.985637.9711
CIE-Lab84.3668-30.250050.6911

#b9e06f color RGB value is (185,224,111).

#b9e06f hex color red value is 185, green value is 224 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b9e06f hue: 0.22 , saturation: 0.65 and the lightness value of b9e06f is 0.66.

The process color (four color CMYK) of #b9e06f color hex is 0.17, 0.00, 0.50, 0.12. Web safe color of #b9e06f is #cccc66. Color #b9e06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11100000 01101111
Octal 271 340 157
Decimal 185 224 111
Hex B9 E0 6F

RGB Percentages of Color #b9e06f

%35.58
%43.08
%21.35

CMYK Percentages of Color #b9e06f

%17
%0
%50
%12

Triadic Colors of #b9e06f

#b9e06f #6fb9e0 #e06fb9

Analogous Colors of #b9e06f

#b9e06f #81e06f #e0cf6f

Monochromatic Colors of #b9e06f

#b9e06f

Complementary Color

#b9e06f #966fe0

#b9e06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9e06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9e06f Color CSS Codes

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

#b9e06f Text Font Color

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

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


#b9e06f Background Color

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

This div background color is #b9e06f


#b9e06f Border Color

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

This div border color is #b9e06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9e06f


Comments

No comments written yet.

Please login to write comment.