Color Hex Logo

#5acccc Color Hex

#5ACCCC
(90,204,204)
0 Favorites   0 Comments

Color spaces of #5acccc

RGB 90204204
HSL0.500.530.58
HSV180°56°80°
CMYK 0.560.000.00   0.20
XYZ36.708449.719064.7887
Yxy49.71900.24280.3288
Hunter Lab70.5117-30.4684-5.1196
CIE-Lab75.8965-31.9845-9.7773

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 11001100
Octal 132 314 314
Decimal 90 204 204
Hex 5A CC CC

RGB Percentages of Color #5acccc

%18.07
%40.96
%40.96

CMYK Percentages of Color #5acccc

%56
%0
%0
%20

Triadic Colors of #5acccc

#5acccc #cc5acc #cccc5a

Analogous Colors of #5acccc

#5acccc #5a93cc #5acc93

Monochromatic Colors of #5acccc

#5acccc

Complementary Color

#5acccc #cc5a5a

#5acccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acccc Color CSS Codes

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

#5acccc Text Font Color

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

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


#5acccc Background Color

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

This div background color is #5acccc


#5acccc Border Color

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

This div border color is #5acccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acccc


Comments

No comments written yet.

Please login to write comment.