Color Hex Logo

#5af738 Color Hex

#5AF738
(90,247,56)
0 Favorites   0 Comments

Color spaces of #5af738

RGB 9024756
HSL0.300.920.59
HSV109°77°97°
CMYK 0.640.000.77   0.03
XYZ38.191068.980715.0431
Yxy68.98070.31250.5644
Hunter Lab83.0546-63.265947.3995
CIE-Lab86.4945-72.828173.3221

#5af738 color RGB value is (90,247,56).

#5af738 hex color red value is 90, green value is 247 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #5af738 hue: 0.30 , saturation: 0.92 and the lightness value of 5af738 is 0.59.

The process color (four color CMYK) of #5af738 color hex is 0.64, 0.00, 0.77, 0.03. Web safe color of #5af738 is #66ff33. Color #5af738 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11110111 00111000
Octal 132 367 70
Decimal 90 247 56
Hex 5A F7 38

RGB Percentages of Color #5af738

%22.90
%62.85
%14.25

CMYK Percentages of Color #5af738

%64
%0
%77
%3

Triadic Colors of #5af738

#5af738 #385af7 #f7385a

Analogous Colors of #5af738

#5af738 #38f776 #baf738

Monochromatic Colors of #5af738

#5af738

Complementary Color

#5af738 #d538f7

#5af738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af738 Color CSS Codes

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

#5af738 Text Font Color

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

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


#5af738 Background Color

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

This div background color is #5af738


#5af738 Border Color

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

This div border color is #5af738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af738


Comments

No comments written yet.

Please login to write comment.