Color Hex Logo

#5adfbb Color Hex

#5ADFBB
(90,223,187)
0 Favorites   0 Comments

Color spaces of #5adfbb

RGB 90223187
HSL0.450.680.61
HSV164°60°87°
CMYK 0.600.000.16   0.13
XYZ39.573858.536956.2267
Yxy58.53690.25640.3793
Hunter Lab76.5094-41.56409.9844
CIE-Lab81.0364-44.90146.8475

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011111 10111011
Octal 132 337 273
Decimal 90 223 187
Hex 5A DF BB

RGB Percentages of Color #5adfbb

%18.00
%44.60
%37.40

CMYK Percentages of Color #5adfbb

%60
%0
%16
%13

Triadic Colors of #5adfbb

#5adfbb #bb5adf #dfbb5a

Analogous Colors of #5adfbb

#5adfbb #5ac1df #5adf79

Monochromatic Colors of #5adfbb

#5adfbb

Complementary Color

#5adfbb #df5a7e

#5adfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adfbb Color CSS Codes

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

#5adfbb Text Font Color

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

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


#5adfbb Background Color

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

This div background color is #5adfbb


#5adfbb Border Color

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

This div border color is #5adfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adfbb


Comments

No comments written yet.

Please login to write comment.