Color Hex Logo

#5adcac Color Hex

#5ADCAC
(90,220,172)
0 Favorites   0 Comments

Color spaces of #5adcac

RGB 90220172
HSL0.440.650.61
HSV158°59°86°
CMYK 0.590.000.22   0.14
XYZ37.256056.338647.9406
Yxy56.33860.26320.3981
Hunter Lab75.0590-42.753814.6725
CIE-Lab79.8061-47.034913.0310

#5adcac color RGB value is (90,220,172).

#5adcac hex color red value is 90, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5adcac hue: 0.44 , saturation: 0.65 and the lightness value of 5adcac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 10101100
Octal 132 334 254
Decimal 90 220 172
Hex 5A DC AC

RGB Percentages of Color #5adcac

%18.67
%45.64
%35.68

CMYK Percentages of Color #5adcac

%59
%0
%22
%14

Triadic Colors of #5adcac

#5adcac #ac5adc #dcac5a

Analogous Colors of #5adcac

#5adcac #5acbdc #5adc6b

Monochromatic Colors of #5adcac

#5adcac

Complementary Color

#5adcac #dc5a8a

#5adcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adcac Color CSS Codes

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

#5adcac Text Font Color

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

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


#5adcac Background Color

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

This div background color is #5adcac


#5adcac Border Color

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

This div border color is #5adcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adcac


Comments

No comments written yet.

Please login to write comment.