Color Hex Logo

#9baf20 Color Hex

#9BAF20
(155,175,32)
0 Favorites   0 Comments

Color spaces of #9baf20

RGB 15517532
HSL0.190.690.41
HSV68°82°69°
CMYK 0.110.000.82   0.31
XYZ29.108337.73287.1155
Yxy37.73280.39360.5102
Hunter Lab61.4270-22.911936.1310
CIE-Lab67.8232-24.281463.9642

#9baf20 color RGB value is (155,175,32).

#9baf20 hex color red value is 155, green value is 175 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #9baf20 hue: 0.19 , saturation: 0.69 and the lightness value of 9baf20 is 0.41.

The process color (four color CMYK) of #9baf20 color hex is 0.11, 0.00, 0.82, 0.31. Web safe color of #9baf20 is #999933. Color #9baf20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101111 00100000
Octal 233 257 40
Decimal 155 175 32
Hex 9B AF 20

RGB Percentages of Color #9baf20

%42.82
%48.34
%8.84

CMYK Percentages of Color #9baf20

%11
%0
%82
%31

Triadic Colors of #9baf20

#9baf20 #209baf #af209b

Analogous Colors of #9baf20

#9baf20 #53af20 #af7c20

Monochromatic Colors of #9baf20

#9baf20

Complementary Color

#9baf20 #3420af

#9baf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baf20 Color CSS Codes

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

#9baf20 Text Font Color

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

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


#9baf20 Background Color

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

This div background color is #9baf20


#9baf20 Border Color

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

This div border color is #9baf20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,175,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9baf20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9baf20;
  -webkit-box-shadow: 1px 1px 3px 2px #9baf20;
  box-shadow:         1px 1px 3px 2px #9baf20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,175,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baf20


Comments

No comments written yet.

Please login to write comment.