Color Hex Logo

#5adacd Color Hex

#5ADACD
(90,218,205)
0 Favorites   0 Comments

Color spaces of #5adacd

RGB 90218205
HSL0.480.630.60
HSV174°59°85°
CMYK 0.590.000.06   0.15
XYZ40.307356.724266.5821
Yxy56.72420.24640.3467
Hunter Lab75.3155-36.27250.3059
CIE-Lab80.0242-38.2460-4.1986

#5adacd color RGB value is (90,218,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11001101
Octal 132 332 315
Decimal 90 218 205
Hex 5A DA CD

RGB Percentages of Color #5adacd

%17.54
%42.50
%39.96

CMYK Percentages of Color #5adacd

%59
%0
%6
%15

Triadic Colors of #5adacd

#5adacd #cd5ada #dacd5a

Analogous Colors of #5adacd

#5adacd #5aa7da #5ada8d

Monochromatic Colors of #5adacd

#5adacd

Complementary Color

#5adacd #da5a67

#5adacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adacd Color CSS Codes

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

#5adacd Text Font Color

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

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


#5adacd Background Color

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

This div background color is #5adacd


#5adacd Border Color

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

This div border color is #5adacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adacd


Comments

No comments written yet.

Please login to write comment.