Color Hex Logo

#5ac993 Color Hex

#5AC993
(90,201,147)
0 Favorites   0 Comments

Color spaces of #5ac993

RGB 90201147
HSL0.420.510.57
HSV151°55°79°
CMYK 0.550.000.27   0.21
XYZ30.369646.053534.8923
Yxy46.05350.27280.4137
Hunter Lab67.8627-38.878317.0194
CIE-Lab73.5802-44.296917.5855

#5ac993 color RGB value is (90,201,147).

#5ac993 hex color red value is 90, green value is 201 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5ac993 hue: 0.42 , saturation: 0.51 and the lightness value of 5ac993 is 0.57.

The process color (four color CMYK) of #5ac993 color hex is 0.55, 0.00, 0.27, 0.21. Web safe color of #5ac993 is #66cc99. Color #5ac993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001001 10010011
Octal 132 311 223
Decimal 90 201 147
Hex 5A C9 93

RGB Percentages of Color #5ac993

%20.55
%45.89
%33.56

CMYK Percentages of Color #5ac993

%55
%0
%27
%21

Triadic Colors of #5ac993

#5ac993 #935ac9 #c9935a

Analogous Colors of #5ac993

#5ac993 #5ac8c9 #5ac95b

Monochromatic Colors of #5ac993

#5ac993

Complementary Color

#5ac993 #c95a90

#5ac993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac993 Color CSS Codes

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

#5ac993 Text Font Color

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

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


#5ac993 Background Color

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

This div background color is #5ac993


#5ac993 Border Color

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

This div border color is #5ac993


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,201,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 #5ac993">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac993


Comments

No comments written yet.

Please login to write comment.