Color Hex Logo

#5adced Color Hex

#5ADCED
(90,220,237)
0 Favorites   0 Comments

Color spaces of #5adced

RGB 90220237
HSL0.520.800.64
HSV187°62°93°
CMYK 0.620.070.00   0.07
XYZ45.095759.474589.2237
Yxy59.47450.23270.3069
Hunter Lab77.1197-30.5817-14.6118
CIE-Lab81.5517-30.5076-18.9632

#5adced color RGB value is (90,220,237).

#5adced hex color red value is 90, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5adced hue: 0.52 , saturation: 0.80 and the lightness value of 5adced is 0.64.

The process color (four color CMYK) of #5adced color hex is 0.62, 0.07, 0.00, 0.07. Web safe color of #5adced is #66ccff. Color #5adced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 11101101
Octal 132 334 355
Decimal 90 220 237
Hex 5A DC ED

RGB Percentages of Color #5adced

%16.45
%40.22
%43.33

CMYK Percentages of Color #5adced

%62
%7
%0
%7

Triadic Colors of #5adced

#5adced #ed5adc #dced5a

Analogous Colors of #5adced

#5adced #5a93ed #5aedb5

Monochromatic Colors of #5adced

#5adced

Complementary Color

#5adced #ed6b5a

#5adced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adced Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adced Color CSS Codes

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

#5adced Text Font Color

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

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


#5adced Background Color

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

This div background color is #5adced


#5adced Border Color

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

This div border color is #5adced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adced


Comments

No comments written yet.

Please login to write comment.