Color Hex Logo

#75fdad Color Hex

#75FDAD
(117,253,173)
0 Favorites   0 Comments

Color spaces of #75fdad

RGB 117253173
HSL0.400.970.73
HSV145°54°99°
CMYK 0.540.000.32   0.01
XYZ50.004277.049651.7717
Yxy77.04960.27960.4309
Hunter Lab87.7779-51.925726.4751
CIE-Lab90.3444-54.742627.2508

#75fdad color RGB value is (117,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11111101 10101101
Octal 165 375 255
Decimal 117 253 173
Hex 75 FD AD

RGB Percentages of Color #75fdad

%21.55
%46.59
%31.86

CMYK Percentages of Color #75fdad

%54
%0
%32
%1

Triadic Colors of #75fdad

#75fdad #ad75fd #fdad75

Analogous Colors of #75fdad

#75fdad #75fdf1 #81fd75

Monochromatic Colors of #75fdad

#75fdad

Complementary Color

#75fdad #fd75c5

#75fdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75fdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#75fdad Color CSS Codes

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

#75fdad Text Font Color

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

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


#75fdad Background Color

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

This div background color is #75fdad


#75fdad Border Color

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

This div border color is #75fdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75fdad

Related Colors


Comments

No comments written yet.

Please login to write comment.