Color Hex Logo

#5adcca Color Hex

#5ADCCA
(90,220,202)
0 Favorites   0 Comments

Color spaces of #5adcca

RGB 90220202
HSL0.480.650.61
HSV172°59°86°
CMYK 0.590.000.08   0.14
XYZ40.470357.624364.8667
Yxy57.62430.24830.3536
Hunter Lab75.9107-37.67992.4734
CIE-Lab80.5295-39.9181-1.8569

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 11001010
Octal 132 334 312
Decimal 90 220 202
Hex 5A DC CA

RGB Percentages of Color #5adcca

%17.58
%42.97
%39.45

CMYK Percentages of Color #5adcca

%59
%0
%8
%14

Triadic Colors of #5adcca

#5adcca #ca5adc #dcca5a

Analogous Colors of #5adcca

#5adcca #5aaddc #5adc89

Monochromatic Colors of #5adcca

#5adcca

Complementary Color

#5adcca #dc5a6c

#5adcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adcca Color CSS Codes

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

#5adcca Text Font Color

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

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


#5adcca Background Color

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

This div background color is #5adcca


#5adcca Border Color

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

This div border color is #5adcca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,220,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 #5adcca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adcca


Comments

No comments written yet.

Please login to write comment.