Color Hex Logo

#5adacc Color Hex

#5ADACC
(90,218,204)
0 Favorites   0 Comments

Color spaces of #5adacc

RGB 90218204
HSL0.480.630.60
HSV173°59°85°
CMYK 0.590.000.06   0.15
XYZ40.186956.676165.9482
Yxy56.67610.24680.3481
Hunter Lab75.2835-36.46160.7606
CIE-Lab79.9971-38.5034-3.7049

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

#5adacc hex color red value is 90, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5adacc hue: 0.48 , saturation: 0.63 and the lightness value of 5adacc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11001100
Octal 132 332 314
Decimal 90 218 204
Hex 5A DA CC

RGB Percentages of Color #5adacc

%17.58
%42.58
%39.84

CMYK Percentages of Color #5adacc

%59
%0
%6
%15

Triadic Colors of #5adacc

#5adacc #cc5ada #dacc5a

Analogous Colors of #5adacc

#5adacc #5aa8da #5ada8c

Monochromatic Colors of #5adacc

#5adacc

Complementary Color

#5adacc #da5a68

#5adacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adacc Color CSS Codes

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

#5adacc Text Font Color

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

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


#5adacc Background Color

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

This div background color is #5adacc


#5adacc Border Color

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

This div border color is #5adacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adacc


Comments

No comments written yet.

Please login to write comment.