Color Hex Logo

#b9e77d Color Hex

#B9E77D
(185,231,125)
0 Favorites   0 Comments

Color spaces of #b9e77d

RGB 185231125
HSL0.240.690.70
HSV86°46°91°
CMYK 0.200.000.46   0.09
XYZ52.285268.946829.9544
Yxy68.94680.34580.4560
Hunter Lab83.0342-32.911536.7352
CIE-Lab86.4777-32.029246.6098

#b9e77d color RGB value is (185,231,125).

#b9e77d hex color red value is 185, green value is 231 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b9e77d hue: 0.24 , saturation: 0.69 and the lightness value of b9e77d is 0.70.

The process color (four color CMYK) of #b9e77d color hex is 0.20, 0.00, 0.46, 0.09. Web safe color of #b9e77d is #ccff66. Color #b9e77d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11100111 01111101
Octal 271 347 175
Decimal 185 231 125
Hex B9 E7 7D

RGB Percentages of Color #b9e77d

%34.20
%42.70
%23.11

CMYK Percentages of Color #b9e77d

%20
%0
%46
%9

Triadic Colors of #b9e77d

#b9e77d #7db9e7 #e77db9

Analogous Colors of #b9e77d

#b9e77d #84e77d #e7e07d

Monochromatic Colors of #b9e77d

#b9e77d

Complementary Color

#b9e77d #ab7de7

#b9e77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9e77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9e77d Color CSS Codes

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

#b9e77d Text Font Color

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

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


#b9e77d Background Color

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

This div background color is #b9e77d


#b9e77d Border Color

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

This div border color is #b9e77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9e77d


Comments

No comments written yet.

Please login to write comment.