Color Hex Logo

#5acec0 Color Hex

#5ACEC0
(90,206,192)
0 Favorites   0 Comments

Color spaces of #5acec0

RGB 90206192
HSL0.480.540.58
HSV173°56°81°
CMYK 0.560.000.07   0.19
XYZ35.802250.122057.6567
Yxy50.12200.24940.3491
Hunter Lab70.7969-33.62661.2723
CIE-Lab76.1441-36.0731-2.9364

#5acec0 color RGB value is (90,206,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001110 11000000
Octal 132 316 300
Decimal 90 206 192
Hex 5A CE C0

RGB Percentages of Color #5acec0

%18.44
%42.21
%39.34

CMYK Percentages of Color #5acec0

%56
%0
%7
%19

Triadic Colors of #5acec0

#5acec0 #c05ace #cec05a

Analogous Colors of #5acec0

#5acec0 #5aa2ce #5ace86

Monochromatic Colors of #5acec0

#5acec0

Complementary Color

#5acec0 #ce5a68

#5acec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acec0 Color CSS Codes

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

#5acec0 Text Font Color

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

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


#5acec0 Background Color

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

This div background color is #5acec0


#5acec0 Border Color

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

This div border color is #5acec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acec0


Comments

No comments written yet.

Please login to write comment.