Color Hex Logo

#75fdaf Color Hex

#75FDAF
(117,253,175)
0 Favorites   0 Comments

Color spaces of #75fdaf

RGB 117253175
HSL0.400.970.73
HSV146°54°99°
CMYK 0.540.000.31   0.01
XYZ50.199377.127652.7988
Yxy77.12760.27870.4282
Hunter Lab87.8223-51.658325.8305
CIE-Lab90.3803-54.373026.2872

#75fdaf color RGB value is (117,253,175).

#75fdaf hex color red value is 117, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #75fdaf hue: 0.40 , saturation: 0.97 and the lightness value of 75fdaf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111101 10101111
Octal 165 375 257
Decimal 117 253 175
Hex 75 FD AF

RGB Percentages of Color #75fdaf

%21.47
%46.42
%32.11

CMYK Percentages of Color #75fdaf

%54
%0
%31
%1

Triadic Colors of #75fdaf

#75fdaf #af75fd #fdaf75

Analogous Colors of #75fdaf

#75fdaf #75fdf3 #7ffd75

Monochromatic Colors of #75fdaf

#75fdaf

Complementary Color

#75fdaf #fd75c3

#75fdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fdaf Color CSS Codes

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

#75fdaf Text Font Color

<p style="color:#75fdaf">Text here</p>

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


#75fdaf Background Color

<div style="background-color:#75fdaf">
Div content here</div>

This div background color is #75fdaf


#75fdaf Border Color

<div style="border:3px solid #75fdaf">
Div here</div>

This div border color is #75fdaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,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 #75fdaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fdaf


Comments

No comments written yet.

Please login to write comment.