Color Hex Logo

#5adfbe Color Hex

#5ADFBE
(90,223,190)
0 Favorites   0 Comments

Color spaces of #5adfbe

RGB 90223190
HSL0.460.680.61
HSV165°60°87°
CMYK 0.600.000.15   0.13
XYZ39.898458.666757.9361
Yxy58.66670.25490.3749
Hunter Lab76.5942-41.05818.7688
CIE-Lab81.1080-44.19235.3612

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011111 10111110
Octal 132 337 276
Decimal 90 223 190
Hex 5A DF BE

RGB Percentages of Color #5adfbe

%17.89
%44.33
%37.77

CMYK Percentages of Color #5adfbe

%60
%0
%15
%13

Triadic Colors of #5adfbe

#5adfbe #be5adf #dfbe5a

Analogous Colors of #5adfbe

#5adfbe #5abedf #5adf7c

Monochromatic Colors of #5adfbe

#5adfbe

Complementary Color

#5adfbe #df5a7b

#5adfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adfbe Color CSS Codes

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

#5adfbe Text Font Color

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

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


#5adfbe Background Color

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

This div background color is #5adfbe


#5adfbe Border Color

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

This div border color is #5adfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adfbe


Comments

No comments written yet.

Please login to write comment.