Color Hex Logo

#5afc93 Color Hex

#5AFC93
(90,252,147)
0 Favorites   0 Comments

Color spaces of #5afc93

RGB 90252147
HSL0.390.960.67
HSV141°64°99°
CMYK 0.640.000.42   0.01
XYZ44.293373.901139.5336
Yxy73.90110.28080.4685
Hunter Lab85.9657-58.469132.9100
CIE-Lab88.8757-64.403438.1394

#5afc93 color RGB value is (90,252,147).

#5afc93 hex color red value is 90, green value is 252 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5afc93 hue: 0.39 , saturation: 0.96 and the lightness value of 5afc93 is 0.67.

The process color (four color CMYK) of #5afc93 color hex is 0.64, 0.00, 0.42, 0.01. Web safe color of #5afc93 is #66ff99. Color #5afc93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111100 10010011
Octal 132 374 223
Decimal 90 252 147
Hex 5A FC 93

RGB Percentages of Color #5afc93

%18.40
%51.53
%30.06

CMYK Percentages of Color #5afc93

%64
%0
%42
%1

Triadic Colors of #5afc93

#5afc93 #935afc #fc935a

Analogous Colors of #5afc93

#5afc93 #5afce4 #72fc5a

Monochromatic Colors of #5afc93

#5afc93

Complementary Color

#5afc93 #fc5ac3

#5afc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afc93 Color CSS Codes

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

#5afc93 Text Font Color

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

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


#5afc93 Background Color

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

This div background color is #5afc93


#5afc93 Border Color

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

This div border color is #5afc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afc93

Related Colors


Comments

No comments written yet.

Please login to write comment.