Color Hex Logo

#5afdbe Color Hex

#5AFDBE
(90,253,190)
0 Favorites   0 Comments

Color spaces of #5afdbe

RGB 90253190
HSL0.440.980.67
HSV157°64°99°
CMYK 0.640.000.25   0.01
XYZ48.636076.141960.8487
Yxy76.14190.26200.4102
Hunter Lab87.2593-53.212719.7367
CIE-Lab89.9252-56.651017.8916

#5afdbe color RGB value is (90,253,190).

#5afdbe hex color red value is 90, green value is 253 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5afdbe hue: 0.44 , saturation: 0.98 and the lightness value of 5afdbe is 0.67.

The process color (four color CMYK) of #5afdbe color hex is 0.64, 0.00, 0.25, 0.01. Web safe color of #5afdbe is #66ffcc. Color #5afdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111101 10111110
Octal 132 375 276
Decimal 90 253 190
Hex 5A FD BE

RGB Percentages of Color #5afdbe

%16.89
%47.47
%35.65

CMYK Percentages of Color #5afdbe

%64
%0
%25
%1

Triadic Colors of #5afdbe

#5afdbe #be5afd #fdbe5a

Analogous Colors of #5afdbe

#5afdbe #5aebfd #5afd6d

Monochromatic Colors of #5afdbe

#5afdbe

Complementary Color

#5afdbe #fd5a99

#5afdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afdbe Color CSS Codes

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

#5afdbe Text Font Color

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

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


#5afdbe Background Color

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

This div background color is #5afdbe


#5afdbe Border Color

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

This div border color is #5afdbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,253,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 #5afdbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afdbe


Comments

No comments written yet.

Please login to write comment.