Color Hex Logo

#5afe74 Color Hex

#5AFE74
(90,254,116)
0 Favorites   0 Comments

Color spaces of #5afe74

RGB 90254116
HSL0.360.990.67
HSV130°65°100°
CMYK 0.650.000.54   0.00
XYZ42.810674.318228.6115
Yxy74.31820.29370.5099
Hunter Lab86.2080-62.221540.6679
CIE-Lab89.0727-69.626953.0575

#5afe74 color RGB value is (90,254,116).

#5afe74 hex color red value is 90, green value is 254 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #5afe74 hue: 0.36 , saturation: 0.99 and the lightness value of 5afe74 is 0.67.

The process color (four color CMYK) of #5afe74 color hex is 0.65, 0.00, 0.54, 0.00. Web safe color of #5afe74 is #66ff66. Color #5afe74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 01110100
Octal 132 376 164
Decimal 90 254 116
Hex 5A FE 74

RGB Percentages of Color #5afe74

%19.57
%55.22
%25.22

CMYK Percentages of Color #5afe74

%65
%0
%54
%0

Triadic Colors of #5afe74

#5afe74 #745afe #fe745a

Analogous Colors of #5afe74

#5afe74 #5afec6 #92fe5a

Monochromatic Colors of #5afe74

#5afe74

Complementary Color

#5afe74 #fe5ae4

#5afe74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afe74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afe74 Color CSS Codes

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

#5afe74 Text Font Color

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

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


#5afe74 Background Color

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

This div background color is #5afe74


#5afe74 Border Color

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

This div border color is #5afe74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afe74

Related Colors


Comments

No comments written yet.

Please login to write comment.