Color Hex Logo

#5af309 Color Hex

#5AF309
(90,243,9)
0 Favorites   0 Comments

Color spaces of #5af309

RGB 902439
HSL0.280.930.49
HSV99°96°95°
CMYK 0.630.000.96   0.05
XYZ36.316366.294611.1405
Yxy66.29460.31930.5828
Hunter Lab81.4215-62.871548.8827
CIE-Lab85.1465-73.156380.8474

#5af309 color RGB value is (90,243,9).

#5af309 hex color red value is 90, green value is 243 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #5af309 hue: 0.28 , saturation: 0.93 and the lightness value of 5af309 is 0.49.

The process color (four color CMYK) of #5af309 color hex is 0.63, 0.00, 0.96, 0.05. Web safe color of #5af309 is #66ff00. Color #5af309 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11110011 00001001
Octal 132 363 11
Decimal 90 243 9
Hex 5A F3 9

RGB Percentages of Color #5af309

%26.32
%71.05
%2.63

CMYK Percentages of Color #5af309

%63
%0
%96
%5

Triadic Colors of #5af309

#5af309 #095af3 #f3095a

Analogous Colors of #5af309

#5af309 #09f32d #cff309

Monochromatic Colors of #5af309

#5af309

Complementary Color

#5af309 #a209f3

#5af309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af309 Color CSS Codes

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

#5af309 Text Font Color

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

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


#5af309 Background Color

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

This div background color is #5af309


#5af309 Border Color

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

This div border color is #5af309


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,243,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5af309; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5af309;
  -webkit-box-shadow: 1px 1px 3px 2px #5af309;
  box-shadow:         1px 1px 3px 2px #5af309; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af309


Comments

No comments written yet.

Please login to write comment.