Color Hex Logo

#5adfbf Color Hex

#5ADFBF
(90,223,191)
0 Favorites   0 Comments

Color spaces of #5adfbf

RGB 90223191
HSL0.460.680.61
HSV166°60°87°
CMYK 0.600.000.14   0.13
XYZ40.008158.710658.5138
Yxy58.71060.25450.3734
Hunter Lab76.6228-40.88748.3586
CIE-Lab81.1323-43.95394.8661

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011111 10111111
Octal 132 337 277
Decimal 90 223 191
Hex 5A DF BF

RGB Percentages of Color #5adfbf

%17.86
%44.25
%37.90

CMYK Percentages of Color #5adfbf

%60
%0
%14
%13

Triadic Colors of #5adfbf

#5adfbf #bf5adf #dfbf5a

Analogous Colors of #5adfbf

#5adfbf #5abddf #5adf7d

Monochromatic Colors of #5adfbf

#5adfbf

Complementary Color

#5adfbf #df5a7a

#5adfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adfbf Color CSS Codes

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

#5adfbf Text Font Color

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

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


#5adfbf Background Color

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

This div background color is #5adfbf


#5adfbf Border Color

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

This div border color is #5adfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adfbf


Comments

No comments written yet.

Please login to write comment.