Color Hex Logo

#5ace3c Color Hex

#5ACE3C
(90,206,60)
0 Favorites   0 Comments

Color spaces of #5ace3c

RGB 9020660
HSL0.300.600.52
HSV108°71°81°
CMYK 0.560.000.71   0.19
XYZ27.103446.642511.8494
Yxy46.64250.31660.5449
Hunter Lab68.2953-48.678037.5198
CIE-Lab73.9605-58.657959.6178

#5ace3c color RGB value is (90,206,60).

#5ace3c hex color red value is 90, green value is 206 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #5ace3c hue: 0.30 , saturation: 0.60 and the lightness value of 5ace3c is 0.52.

The process color (four color CMYK) of #5ace3c color hex is 0.56, 0.00, 0.71, 0.19. Web safe color of #5ace3c is #66cc33. Color #5ace3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001110 00111100
Octal 132 316 74
Decimal 90 206 60
Hex 5A CE 3C

RGB Percentages of Color #5ace3c

%25.28
%57.87
%16.85

CMYK Percentages of Color #5ace3c

%56
%0
%71
%19

Triadic Colors of #5ace3c

#5ace3c #3c5ace #ce3c5a

Analogous Colors of #5ace3c

#5ace3c #3cce67 #a3ce3c

Monochromatic Colors of #5ace3c

#5ace3c

Complementary Color

#5ace3c #b03cce

#5ace3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ace3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ace3c Color CSS Codes

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

#5ace3c Text Font Color

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

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


#5ace3c Background Color

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

This div background color is #5ace3c


#5ace3c Border Color

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

This div border color is #5ace3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ace3c


Comments

No comments written yet.

Please login to write comment.