Color Hex Logo

#9af953 Color Hex

#9AF953
(154,249,83)
0 Favorites   0 Comments

Color spaces of #9af953

RGB 15424983
HSL0.260.930.65
HSV94°67°98°
CMYK 0.380.000.67   0.02
XYZ48.763475.245920.1374
Yxy75.24590.33830.5220
Hunter Lab86.7444-51.458846.9571
CIE-Lab89.5081-54.504167.9613

#9af953 color RGB value is (154,249,83).

#9af953 hex color red value is 154, green value is 249 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #9af953 hue: 0.26 , saturation: 0.93 and the lightness value of 9af953 is 0.65.

The process color (four color CMYK) of #9af953 color hex is 0.38, 0.00, 0.67, 0.02. Web safe color of #9af953 is #99ff66. Color #9af953 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111001 01010011
Octal 232 371 123
Decimal 154 249 83
Hex 9A F9 53

RGB Percentages of Color #9af953

%31.69
%51.23
%17.08

CMYK Percentages of Color #9af953

%38
%0
%67
%2

Triadic Colors of #9af953

#9af953 #539af9 #f9539a

Analogous Colors of #9af953

#9af953 #53f95f #edf953

Monochromatic Colors of #9af953

#9af953

Complementary Color

#9af953 #b253f9

#9af953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9af953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9af953 Color CSS Codes

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

#9af953 Text Font Color

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

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


#9af953 Background Color

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

This div background color is #9af953


#9af953 Border Color

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

This div border color is #9af953


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,249,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9af953; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9af953;
  -webkit-box-shadow: 1px 1px 3px 2px #9af953;
  box-shadow:         1px 1px 3px 2px #9af953; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,249,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9af953

Related Colors


Comments

No comments written yet.

Please login to write comment.