Color Hex Logo

#5accda Color Hex

#5ACCDA
(90,204,218)
0 Favorites   0 Comments

Color spaces of #5accda

RGB 90204218
HSL0.520.630.60
HSV187°59°85°
CMYK 0.590.060.00   0.15
XYZ38.464250.421374.0347
Yxy50.42130.23610.3095
Hunter Lab71.0080-27.5725-12.1117
CIE-Lab76.3271-28.1256-16.6839

#5accda color RGB value is (90,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 11011010
Octal 132 314 332
Decimal 90 204 218
Hex 5A CC DA

RGB Percentages of Color #5accda

%17.58
%39.84
%42.58

CMYK Percentages of Color #5accda

%59
%6
%0
%15

Triadic Colors of #5accda

#5accda #da5acc #ccda5a

Analogous Colors of #5accda

#5accda #5a8cda #5adaa8

Monochromatic Colors of #5accda

#5accda

Complementary Color

#5accda #da685a

#5accda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5accda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5accda Color CSS Codes

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

#5accda Text Font Color

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

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


#5accda Background Color

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

This div background color is #5accda


#5accda Border Color

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

This div border color is #5accda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,204,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 #5accda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5accda


Comments

No comments written yet.

Please login to write comment.