Color Hex Logo

#5ac992 Color Hex

#5AC992
(90,201,146)
0 Favorites   0 Comments

Color spaces of #5ac992

RGB 90201146
HSL0.420.510.57
HSV150°55°79°
CMYK 0.550.000.27   0.21
XYZ30.291446.022334.4808
Yxy46.02230.27340.4154
Hunter Lab67.8397-39.016817.3526
CIE-Lab73.5600-44.503318.0908

#5ac992 color RGB value is (90,201,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001001 10010010
Octal 132 311 222
Decimal 90 201 146
Hex 5A C9 92

RGB Percentages of Color #5ac992

%20.59
%46.00
%33.41

CMYK Percentages of Color #5ac992

%55
%0
%27
%21

Triadic Colors of #5ac992

#5ac992 #925ac9 #c9925a

Analogous Colors of #5ac992

#5ac992 #5ac9c9 #5ac95a

Monochromatic Colors of #5ac992

#5ac992

Complementary Color

#5ac992 #c95a91

#5ac992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac992 Color CSS Codes

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

#5ac992 Text Font Color

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

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


#5ac992 Background Color

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

This div background color is #5ac992


#5ac992 Border Color

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

This div border color is #5ac992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac992


Comments

No comments written yet.

Please login to write comment.