Color Hex Logo

#5acdce Color Hex

#5ACDCE
(90,205,206)
0 Favorites   0 Comments

Color spaces of #5acdce

RGB 90205206
HSL0.500.540.58
HSV181°56°81°
CMYK 0.560.000.00   0.19
XYZ37.188350.292566.1399
Yxy50.29250.24210.3274
Hunter Lab70.9172-30.5014-5.6539
CIE-Lab76.2484-31.9218-10.3319

#5acdce color RGB value is (90,205,206).

#5acdce hex color red value is 90, green value is 205 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5acdce hue: 0.50 , saturation: 0.54 and the lightness value of 5acdce is 0.58.

The process color (four color CMYK) of #5acdce color hex is 0.56, 0.00, 0.00, 0.19. Web safe color of #5acdce is #66cccc. Color #5acdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001101 11001110
Octal 132 315 316
Decimal 90 205 206
Hex 5A CD CE

RGB Percentages of Color #5acdce

%17.96
%40.92
%41.12

CMYK Percentages of Color #5acdce

%56
%0
%0
%19

Triadic Colors of #5acdce

#5acdce #ce5acd #cdce5a

Analogous Colors of #5acdce

#5acdce #5a93ce #5ace95

Monochromatic Colors of #5acdce

#5acdce

Complementary Color

#5acdce #ce5b5a

#5acdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acdce Color CSS Codes

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

#5acdce Text Font Color

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

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


#5acdce Background Color

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

This div background color is #5acdce


#5acdce Border Color

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

This div border color is #5acdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acdce


Comments

No comments written yet.

Please login to write comment.