Color Hex Logo

#5acdd0 Color Hex

#5ACDD0
(90,205,208)
0 Favorites   0 Comments

Color spaces of #5acdd0

RGB 90205208
HSL0.500.560.58
HSV182°57°82°
CMYK 0.570.010.00   0.18
XYZ37.432950.390467.4279
Yxy50.39040.24110.3246
Hunter Lab70.9862-30.0981-6.6277
CIE-Lab76.3083-31.3796-11.3212

#5acdd0 color RGB value is (90,205,208).

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

The process color (four color CMYK) of #5acdd0 color hex is 0.57, 0.01, 0.00, 0.18. Web safe color of #5acdd0 is #66cccc. Color #5acdd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001101 11010000
Octal 132 315 320
Decimal 90 205 208
Hex 5A CD D0

RGB Percentages of Color #5acdd0

%17.89
%40.76
%41.35

CMYK Percentages of Color #5acdd0

%57
%1
%0
%18

Triadic Colors of #5acdd0

#5acdd0 #d05acd #cdd05a

Analogous Colors of #5acdd0

#5acdd0 #5a92d0 #5ad098

Monochromatic Colors of #5acdd0

#5acdd0

Complementary Color

#5acdd0 #d05d5a

#5acdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acdd0 Color CSS Codes

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

#5acdd0 Text Font Color

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

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


#5acdd0 Background Color

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

This div background color is #5acdd0


#5acdd0 Border Color

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

This div border color is #5acdd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acdd0


Comments

No comments written yet.

Please login to write comment.