Color Hex Logo

#5adfcf Color Hex

#5ADFCF
(90,223,207)
0 Favorites   0 Comments

Color spaces of #5adfcf

RGB 90223207
HSL0.480.680.61
HSV173°60°87°
CMYK 0.600.000.07   0.13
XYZ41.866659.454068.3007
Yxy59.45400.24680.3505
Hunter Lab77.1064-38.01581.4555
CIE-Lab81.5405-39.9988-3.0325

#5adfcf color RGB value is (90,223,207).

#5adfcf hex color red value is 90, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5adfcf hue: 0.48 , saturation: 0.68 and the lightness value of 5adfcf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011111 11001111
Octal 132 337 317
Decimal 90 223 207
Hex 5A DF CF

RGB Percentages of Color #5adfcf

%17.31
%42.88
%39.81

CMYK Percentages of Color #5adfcf

%60
%0
%7
%13

Triadic Colors of #5adfcf

#5adfcf #cf5adf #dfcf5a

Analogous Colors of #5adfcf

#5adfcf #5aaddf #5adf8d

Monochromatic Colors of #5adfcf

#5adfcf

Complementary Color

#5adfcf #df5a6a

#5adfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adfcf Color CSS Codes

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

#5adfcf Text Font Color

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

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


#5adfcf Background Color

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

This div background color is #5adfcf


#5adfcf Border Color

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

This div border color is #5adfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adfcf


Comments

No comments written yet.

Please login to write comment.