Color Hex Logo

#5acaca Color Hex

#5ACACA
(90,202,202)
0 Favorites   0 Comments

Color spaces of #5acaca

RGB 90202202
HSL0.500.510.57
HSV180°55°79°
CMYK 0.550.000.00   0.21
XYZ35.997648.679063.3758
Yxy48.67900.24310.3288
Hunter Lab69.7703-30.0021-5.0168
CIE-Lab75.2512-31.5687-9.6581

#5acaca color RGB value is (90,202,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001010 11001010
Octal 132 312 312
Decimal 90 202 202
Hex 5A CA CA

RGB Percentages of Color #5acaca

%18.22
%40.89
%40.89

CMYK Percentages of Color #5acaca

%55
%0
%0
%21

Triadic Colors of #5acaca

#5acaca #ca5aca #caca5a

Analogous Colors of #5acaca

#5acaca #5a92ca #5aca92

Monochromatic Colors of #5acaca

#5acaca

Complementary Color

#5acaca #ca5a5a

#5acaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acaca Color CSS Codes

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

#5acaca Text Font Color

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

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


#5acaca Background Color

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

This div background color is #5acaca


#5acaca Border Color

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

This div border color is #5acaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acaca


Comments

No comments written yet.

Please login to write comment.