Color Hex Logo

#5acada Color Hex

#5ACADA
(90,202,218)
0 Favorites   0 Comments

Color spaces of #5acada

RGB 90202218
HSL0.520.630.60
HSV188°59°85°
CMYK 0.590.070.00   0.15
XYZ37.991949.476773.8772
Yxy49.47670.23550.3067
Hunter Lab70.3397-26.6829-13.0340
CIE-Lab75.7469-27.1447-17.5595

#5acada color RGB value is (90,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001010 11011010
Octal 132 312 332
Decimal 90 202 218
Hex 5A CA DA

RGB Percentages of Color #5acada

%17.65
%39.61
%42.75

CMYK Percentages of Color #5acada

%59
%7
%0
%15

Triadic Colors of #5acada

#5acada #da5aca #cada5a

Analogous Colors of #5acada

#5acada #5a8ada #5adaaa

Monochromatic Colors of #5acada

#5acada

Complementary Color

#5acada #da6a5a

#5acada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acada Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acada Color CSS Codes

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

#5acada Text Font Color

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

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


#5acada Background Color

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

This div background color is #5acada


#5acada Border Color

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

This div border color is #5acada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acada


Comments

No comments written yet.

Please login to write comment.