Color Hex Logo

#75edaf Color Hex

#75EDAF
(117,237,175)
0 Favorites   0 Comments

Color spaces of #75edaf

RGB 117237175
HSL0.410.770.69
HSV149°51°93°
CMYK 0.510.000.26   0.07
XYZ45.358267.445451.1851
Yxy67.44540.27660.4113
Hunter Lab82.1251-45.132420.5347
CIE-Lab85.7284-47.755219.8839

#75edaf color RGB value is (117,237,175).

#75edaf hex color red value is 117, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #75edaf hue: 0.41 , saturation: 0.77 and the lightness value of 75edaf is 0.69.

The process color (four color CMYK) of #75edaf color hex is 0.51, 0.00, 0.26, 0.07. Web safe color of #75edaf is #66ff99. Color #75edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101101 10101111
Octal 165 355 257
Decimal 117 237 175
Hex 75 ED AF

RGB Percentages of Color #75edaf

%22.12
%44.80
%33.08

CMYK Percentages of Color #75edaf

%51
%0
%26
%7

Triadic Colors of #75edaf

#75edaf #af75ed #edaf75

Analogous Colors of #75edaf

#75edaf #75edeb #77ed75

Monochromatic Colors of #75edaf

#75edaf

Complementary Color

#75edaf #ed75b3

#75edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75edaf Color CSS Codes

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

#75edaf Text Font Color

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

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


#75edaf Background Color

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

This div background color is #75edaf


#75edaf Border Color

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

This div border color is #75edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75edaf


Comments

No comments written yet.

Please login to write comment.