Color Hex Logo

#9baf45 Color Hex

#9BAF45
(155,175,69)
0 Favorites   0 Comments

Color spaces of #9baf45

RGB 15517569
HSL0.200.430.48
HSV71°61°69°
CMYK 0.110.000.61   0.31
XYZ29.921738.058211.3991
Yxy38.05820.37690.4794
Hunter Lab61.6913-21.383332.2285
CIE-Lab68.0635-22.206650.6757

#9baf45 color RGB value is (155,175,69).

#9baf45 hex color red value is 155, green value is 175 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #9baf45 hue: 0.20 , saturation: 0.43 and the lightness value of 9baf45 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101111 01000101
Octal 233 257 105
Decimal 155 175 69
Hex 9B AF 45

RGB Percentages of Color #9baf45

%38.85
%43.86
%17.29

CMYK Percentages of Color #9baf45

%11
%0
%61
%31

Triadic Colors of #9baf45

#9baf45 #459baf #af459b

Analogous Colors of #9baf45

#9baf45 #66af45 #af8e45

Monochromatic Colors of #9baf45

#9baf45

Complementary Color

#9baf45 #5945af

#9baf45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baf45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baf45 Color CSS Codes

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

#9baf45 Text Font Color

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

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


#9baf45 Background Color

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

This div background color is #9baf45


#9baf45 Border Color

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

This div border color is #9baf45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baf45


Comments

No comments written yet.

Please login to write comment.