Color Hex Logo

#5ffdaf Color Hex

#5FFDAF
(95,253,175)
0 Favorites   0 Comments

Color spaces of #5ffdaf

RGB 95253175
HSL0.420.980.68
HSV150°62°99°
CMYK 0.620.000.31   0.01
XYZ47.582575.778652.6763
Yxy75.77860.27030.4305
Hunter Lab87.0509-54.770025.0580
CIE-Lab89.7564-58.832325.3331

#5ffdaf color RGB value is (95,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111101 10101111
Octal 137 375 257
Decimal 95 253 175
Hex 5F FD AF

RGB Percentages of Color #5ffdaf

%18.16
%48.37
%33.46

CMYK Percentages of Color #5ffdaf

%62
%0
%31
%1

Triadic Colors of #5ffdaf

#5ffdaf #af5ffd #fdaf5f

Analogous Colors of #5ffdaf

#5ffdaf #5ffcfd #5ffd60

Monochromatic Colors of #5ffdaf

#5ffdaf

Complementary Color

#5ffdaf #fd5fad

#5ffdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffdaf Color CSS Codes

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

#5ffdaf Text Font Color

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

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


#5ffdaf Background Color

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

This div background color is #5ffdaf


#5ffdaf Border Color

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

This div border color is #5ffdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffdaf


Comments

No comments written yet.

Please login to write comment.