Color Hex Logo

#5adac7 Color Hex

#5ADAC7
(90,218,199)
0 Favorites   0 Comments

Color spaces of #5adac7

RGB 90218199
HSL0.480.630.60
HSV171°59°85°
CMYK 0.590.000.09   0.15
XYZ39.596756.440062.8399
Yxy56.44000.24920.3552
Hunter Lab75.1266-37.39012.9952
CIE-Lab79.8636-39.7742-1.2336

#5adac7 color RGB value is (90,218,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11000111
Octal 132 332 307
Decimal 90 218 199
Hex 5A DA C7

RGB Percentages of Color #5adac7

%17.75
%43.00
%39.25

CMYK Percentages of Color #5adac7

%59
%0
%9
%15

Triadic Colors of #5adac7

#5adac7 #c75ada #dac75a

Analogous Colors of #5adac7

#5adac7 #5aadda #5ada87

Monochromatic Colors of #5adac7

#5adac7

Complementary Color

#5adac7 #da5a6d

#5adac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adac7 Color CSS Codes

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

#5adac7 Text Font Color

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

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


#5adac7 Background Color

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

This div background color is #5adac7


#5adac7 Border Color

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

This div border color is #5adac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adac7


Comments

No comments written yet.

Please login to write comment.