Color Hex Logo

#5adace Color Hex

#5ADACE
(90,218,206)
0 Favorites   0 Comments

Color spaces of #5adace

RGB 90218206
HSL0.480.630.60
HSV174°59°85°
CMYK 0.590.000.06   0.15
XYZ40.428456.772767.2199
Yxy56.77270.24590.3453
Hunter Lab75.3477-36.0828-0.1510
CIE-Lab80.0516-37.9881-4.6917

#5adace color RGB value is (90,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 11001110
Octal 132 332 316
Decimal 90 218 206
Hex 5A DA CE

RGB Percentages of Color #5adace

%17.51
%42.41
%40.08

CMYK Percentages of Color #5adace

%59
%0
%6
%15

Triadic Colors of #5adace

#5adace #ce5ada #dace5a

Analogous Colors of #5adace

#5adace #5aa6da #5ada8e

Monochromatic Colors of #5adace

#5adace

Complementary Color

#5adace #da5a66

#5adace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adace Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adace Color CSS Codes

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

#5adace Text Font Color

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

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


#5adace Background Color

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

This div background color is #5adace


#5adace Border Color

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

This div border color is #5adace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adace


Comments

No comments written yet.

Please login to write comment.