Color Hex Logo

#5af371 Color Hex

#5AF371
(90,243,113)
0 Favorites   0 Comments

Color spaces of #5af371

RGB 90243113
HSL0.360.860.65
HSV129°63°95°
CMYK 0.630.000.53   0.05
XYZ39.247767.467126.5767
Yxy67.46710.29450.5062
Hunter Lab82.1384-58.450538.3130
CIE-Lab85.7393-66.200950.4221

#5af371 color RGB value is (90,243,113).

#5af371 hex color red value is 90, green value is 243 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #5af371 hue: 0.36 , saturation: 0.86 and the lightness value of 5af371 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11110011 01110001
Octal 132 363 161
Decimal 90 243 113
Hex 5A F3 71

RGB Percentages of Color #5af371

%20.18
%54.48
%25.34

CMYK Percentages of Color #5af371

%63
%0
%53
%5

Triadic Colors of #5af371

#5af371 #715af3 #f3715a

Analogous Colors of #5af371

#5af371 #5af3be #90f35a

Monochromatic Colors of #5af371

#5af371

Complementary Color

#5af371 #f35adc

#5af371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af371 Color CSS Codes

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

#5af371 Text Font Color

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

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


#5af371 Background Color

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

This div background color is #5af371


#5af371 Border Color

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

This div border color is #5af371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af371


Comments

No comments written yet.

Please login to write comment.