Color Hex Logo

#5adfdf Color Hex

#5ADFDF
(90,223,223)
0 Favorites   0 Comments

Color spaces of #5adfdf

RGB 90223223
HSL0.500.680.61
HSV180°60°87°
CMYK 0.600.000.00   0.13
XYZ43.923460.276779.1316
Yxy60.27670.23960.3288
Hunter Lab77.6381-34.8810-6.0839
CIE-Lab81.9884-35.7986-10.8698

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011111 11011111
Octal 132 337 337
Decimal 90 223 223
Hex 5A DF DF

RGB Percentages of Color #5adfdf

%16.79
%41.60
%41.60

CMYK Percentages of Color #5adfdf

%60
%0
%0
%13

Triadic Colors of #5adfdf

#5adfdf #df5adf #dfdf5a

Analogous Colors of #5adfdf

#5adfdf #5a9ddf #5adf9d

Monochromatic Colors of #5adfdf

#5adfdf

Complementary Color

#5adfdf #df5a5a

#5adfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adfdf Color CSS Codes

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

#5adfdf Text Font Color

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

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


#5adfdf Background Color

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

This div background color is #5adfdf


#5adfdf Border Color

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

This div border color is #5adfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adfdf


Comments

No comments written yet.

Please login to write comment.