Color Hex Logo

#5acecd Color Hex

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

Color spaces of #5acecd

RGB 90206205
HSL0.500.540.58
HSV179°56°81°
CMYK 0.560.000.00   0.19
XYZ37.307250.724165.5820
Yxy50.72410.24290.3302
Hunter Lab71.2209-31.1339-4.7412
CIE-Lab76.5116-32.6666-9.4006

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

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

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

Base Numbers

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

RGB Percentages of Color #5acecd

%17.96
%41.12
%40.92

CMYK Percentages of Color #5acecd

%56
%0
%0
%19

Triadic Colors of #5acecd

#5acecd #cd5ace #cecd5a

Analogous Colors of #5acecd

#5acecd #5a95ce #5ace93

Monochromatic Colors of #5acecd

#5acecd

Complementary Color

#5acecd #ce5a5b

#5acecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acecd Color CSS Codes

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

#5acecd Text Font Color

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

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


#5acecd Background Color

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

This div background color is #5acecd


#5acecd Border Color

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

This div border color is #5acecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acecd


Comments

No comments written yet.

Please login to write comment.