Color Hex Logo

#5afdbd Color Hex

#5AFDBD
(90,253,189)
0 Favorites   0 Comments

Color spaces of #5afdbd

RGB 90253189
HSL0.430.980.67
HSV156°64°99°
CMYK 0.640.000.25   0.01
XYZ48.527076.098360.2749
Yxy76.09830.26240.4116
Hunter Lab87.2343-53.363520.0974
CIE-Lab89.9050-56.862818.3762

#5afdbd color RGB value is (90,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111101 10111101
Octal 132 375 275
Decimal 90 253 189
Hex 5A FD BD

RGB Percentages of Color #5afdbd

%16.92
%47.56
%35.53

CMYK Percentages of Color #5afdbd

%64
%0
%25
%1

Triadic Colors of #5afdbd

#5afdbd #bd5afd #fdbd5a

Analogous Colors of #5afdbd

#5afdbd #5aecfd #5afd6c

Monochromatic Colors of #5afdbd

#5afdbd

Complementary Color

#5afdbd #fd5a9a

#5afdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afdbd Color CSS Codes

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

#5afdbd Text Font Color

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

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


#5afdbd Background Color

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

This div background color is #5afdbd


#5afdbd Border Color

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

This div border color is #5afdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afdbd

Related Colors


Comments

No comments written yet.

Please login to write comment.