Color Hex Logo

#98af5a Color Hex

#98AF5A
(152,175,90)
0 Favorites   0 Comments

Color spaces of #98af5a

RGB 15217590
HSL0.210.350.52
HSV76°49°69°
CMYK 0.130.000.49   0.31
XYZ30.124338.073515.4341
Yxy38.07350.36020.4553
Hunter Lab61.7037-20.836328.3623
CIE-Lab68.0748-21.489240.6758

#98af5a color RGB value is (152,175,90).

#98af5a hex color red value is 152, green value is 175 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #98af5a hue: 0.21 , saturation: 0.35 and the lightness value of 98af5a is 0.52.

The process color (four color CMYK) of #98af5a color hex is 0.13, 0.00, 0.49, 0.31. Web safe color of #98af5a is #999966. Color #98af5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101111 01011010
Octal 230 257 132
Decimal 152 175 90
Hex 98 AF 5A

RGB Percentages of Color #98af5a

%36.45
%41.97
%21.58

CMYK Percentages of Color #98af5a

%13
%0
%49
%31

Triadic Colors of #98af5a

#98af5a #5a98af #af5a98

Analogous Colors of #98af5a

#98af5a #6eaf5a #af9c5a

Monochromatic Colors of #98af5a

#98af5a

Complementary Color

#98af5a #715aaf

#98af5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98af5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#98af5a Color CSS Codes

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

#98af5a Text Font Color

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

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


#98af5a Background Color

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

This div background color is #98af5a


#98af5a Border Color

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

This div border color is #98af5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,175,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98af5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98af5a;
  -webkit-box-shadow: 1px 1px 3px 2px #98af5a;
  box-shadow:         1px 1px 3px 2px #98af5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98af5a


Comments

No comments written yet.

Please login to write comment.