Color Hex Logo

#b9d74a Color Hex

#B9D74A
(185,215,74)
0 Favorites   0 Comments

Color spaces of #b9d74a

RGB 18521574
HSL0.200.640.57
HSV73°66°84°
CMYK 0.140.000.66   0.16
XYZ45.544159.409615.5453
Yxy59.40960.37800.4930
Hunter Lab77.0776-29.412741.9965
CIE-Lab81.5162-29.066363.6009

#b9d74a color RGB value is (185,215,74).

#b9d74a hex color red value is 185, green value is 215 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b9d74a hue: 0.20 , saturation: 0.64 and the lightness value of b9d74a is 0.57.

The process color (four color CMYK) of #b9d74a color hex is 0.14, 0.00, 0.66, 0.16. Web safe color of #b9d74a is #cccc33. Color #b9d74a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11010111 01001010
Octal 271 327 112
Decimal 185 215 74
Hex B9 D7 4A

RGB Percentages of Color #b9d74a

%39.03
%45.36
%15.61

CMYK Percentages of Color #b9d74a

%14
%0
%66
%16

Triadic Colors of #b9d74a

#b9d74a #4ab9d7 #d74ab9

Analogous Colors of #b9d74a

#b9d74a #73d74a #d7af4a

Monochromatic Colors of #b9d74a

#b9d74a

Complementary Color

#b9d74a #684ad7

#b9d74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9d74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9d74a Color CSS Codes

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

#b9d74a Text Font Color

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

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


#b9d74a Background Color

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

This div background color is #b9d74a


#b9d74a Border Color

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

This div border color is #b9d74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9d74a


Comments

No comments written yet.

Please login to write comment.