Color Hex Logo

#5ffdad Color Hex

#5FFDAD
(95,253,173)
0 Favorites   0 Comments

Color spaces of #5ffdad

RGB 95253173
HSL0.420.980.68
HSV150°62°99°
CMYK 0.620.000.32   0.01
XYZ47.387475.700651.6493
Yxy75.70060.27120.4332
Hunter Lab87.0061-55.041625.7080
CIE-Lab89.7201-59.219226.2976

#5ffdad color RGB value is (95,253,173).

#5ffdad hex color red value is 95, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5ffdad hue: 0.42 , saturation: 0.98 and the lightness value of 5ffdad is 0.68.

The process color (four color CMYK) of #5ffdad color hex is 0.62, 0.00, 0.32, 0.01. Web safe color of #5ffdad is #66ff99. Color #5ffdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111101 10101101
Octal 137 375 255
Decimal 95 253 173
Hex 5F FD AD

RGB Percentages of Color #5ffdad

%18.23
%48.56
%33.21

CMYK Percentages of Color #5ffdad

%62
%0
%32
%1

Triadic Colors of #5ffdad

#5ffdad #ad5ffd #fdad5f

Analogous Colors of #5ffdad

#5ffdad #5ffdfc #60fd5f

Monochromatic Colors of #5ffdad

#5ffdad

Complementary Color

#5ffdad #fd5faf

#5ffdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffdad Color CSS Codes

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

#5ffdad Text Font Color

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

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


#5ffdad Background Color

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

This div background color is #5ffdad


#5ffdad Border Color

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

This div border color is #5ffdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffdad


Comments

No comments written yet.

Please login to write comment.