Color Hex Logo

#5accaf Color Hex

#5ACCAF
(90,204,175)
0 Favorites   0 Comments

Color spaces of #5accaf

RGB 90204175
HSL0.460.530.58
HSV165°56°80°
CMYK 0.560.000.14   0.20
XYZ33.547248.454548.1420
Yxy48.45450.25780.3723
Hunter Lab69.6093-35.79077.7213
CIE-Lab75.1107-39.36514.7226

#5accaf color RGB value is (90,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 10101111
Octal 132 314 257
Decimal 90 204 175
Hex 5A CC AF

RGB Percentages of Color #5accaf

%19.19
%43.50
%37.31

CMYK Percentages of Color #5accaf

%56
%0
%14
%20

Triadic Colors of #5accaf

#5accaf #af5acc #ccaf5a

Analogous Colors of #5accaf

#5accaf #5ab0cc #5acc76

Monochromatic Colors of #5accaf

#5accaf

Complementary Color

#5accaf #cc5a77

#5accaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5accaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5accaf Color CSS Codes

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

#5accaf Text Font Color

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

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


#5accaf Background Color

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

This div background color is #5accaf


#5accaf Border Color

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

This div border color is #5accaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5accaf


Comments

No comments written yet.

Please login to write comment.