Color Hex Logo

#b9d650 Color Hex

#B9D650
(185,214,80)
0 Favorites   0 Comments

Color spaces of #b9d650

RGB 18521480
HSL0.200.620.58
HSV73°63°84°
CMYK 0.140.000.63   0.16
XYZ45.502158.986616.5768
Yxy58.98660.37580.4872
Hunter Lab76.8027-28.651740.9650
CIE-Lab81.2842-28.186760.9382

#b9d650 color RGB value is (185,214,80).

#b9d650 hex color red value is 185, green value is 214 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b9d650 hue: 0.20 , saturation: 0.62 and the lightness value of b9d650 is 0.58.

The process color (four color CMYK) of #b9d650 color hex is 0.14, 0.00, 0.63, 0.16. Web safe color of #b9d650 is #cccc66. Color #b9d650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11010110 01010000
Octal 271 326 120
Decimal 185 214 80
Hex B9 D6 50

RGB Percentages of Color #b9d650

%38.62
%44.68
%16.70

CMYK Percentages of Color #b9d650

%14
%0
%63
%16

Triadic Colors of #b9d650

#b9d650 #50b9d6 #d650b9

Analogous Colors of #b9d650

#b9d650 #76d650 #d6b050

Monochromatic Colors of #b9d650

#b9d650

Complementary Color

#b9d650 #6d50d6

#b9d650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9d650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9d650 Color CSS Codes

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

#b9d650 Text Font Color

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

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


#b9d650 Background Color

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

This div background color is #b9d650


#b9d650 Border Color

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

This div border color is #b9d650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9d650


Comments

No comments written yet.

Please login to write comment.