Color Hex Logo

#5acca0 Color Hex

#5ACCA0
(90,204,160)
0 Favorites   0 Comments

Color spaces of #5acca0

RGB 90204160
HSL0.440.530.58
HSV157°56°80°
CMYK 0.560.000.22   0.20
XYZ32.154547.897540.8081
Yxy47.89750.26600.3963
Hunter Lab69.2080-38.181813.4856
CIE-Lab74.7602-42.813512.2853

#5acca0 color RGB value is (90,204,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 10100000
Octal 132 314 240
Decimal 90 204 160
Hex 5A CC A0

RGB Percentages of Color #5acca0

%19.82
%44.93
%35.24

CMYK Percentages of Color #5acca0

%56
%0
%22
%20

Triadic Colors of #5acca0

#5acca0 #a05acc #cca05a

Analogous Colors of #5acca0

#5acca0 #5abfcc #5acc67

Monochromatic Colors of #5acca0

#5acca0

Complementary Color

#5acca0 #cc5a86

#5acca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acca0 Color CSS Codes

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

#5acca0 Text Font Color

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

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


#5acca0 Background Color

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

This div background color is #5acca0


#5acca0 Border Color

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

This div border color is #5acca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acca0


Comments

No comments written yet.

Please login to write comment.