Color Hex Logo

#5acc94 Color Hex

#5ACC94
(90,204,148)
0 Favorites   0 Comments

Color spaces of #5acc94

RGB 90204148
HSL0.420.530.58
HSV151°56°80°
CMYK 0.560.000.27   0.20
XYZ31.154647.497535.5429
Yxy47.49750.27280.4159
Hunter Lab68.9184-39.916317.6656
CIE-Lab74.5069-45.370918.3378

#5acc94 color RGB value is (90,204,148).

#5acc94 hex color red value is 90, green value is 204 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #5acc94 hue: 0.42 , saturation: 0.53 and the lightness value of 5acc94 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 10010100
Octal 132 314 224
Decimal 90 204 148
Hex 5A CC 94

RGB Percentages of Color #5acc94

%20.36
%46.15
%33.48

CMYK Percentages of Color #5acc94

%56
%0
%27
%20

Triadic Colors of #5acc94

#5acc94 #945acc #cc945a

Analogous Colors of #5acc94

#5acc94 #5acbcc #5acc5b

Monochromatic Colors of #5acc94

#5acc94

Complementary Color

#5acc94 #cc5a92

#5acc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acc94 Color CSS Codes

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

#5acc94 Text Font Color

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

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


#5acc94 Background Color

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

This div background color is #5acc94


#5acc94 Border Color

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

This div border color is #5acc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acc94


Comments

No comments written yet.

Please login to write comment.