Color Hex Logo

#75edac Color Hex

#75EDAC
(117,237,172)
0 Favorites   0 Comments

Color spaces of #75edac

RGB 117237172
HSL0.410.770.69
HSV148°51°93°
CMYK 0.510.000.27   0.07
XYZ45.066767.328849.6502
Yxy67.32880.27810.4155
Hunter Lab82.0541-45.556921.5621
CIE-Lab85.6697-48.341221.3530

#75edac color RGB value is (117,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101101 10101100
Octal 165 355 254
Decimal 117 237 172
Hex 75 ED AC

RGB Percentages of Color #75edac

%22.24
%45.06
%32.70

CMYK Percentages of Color #75edac

%51
%0
%27
%7

Triadic Colors of #75edac

#75edac #ac75ed #edac75

Analogous Colors of #75edac

#75edac #75ede8 #7aed75

Monochromatic Colors of #75edac

#75edac

Complementary Color

#75edac #ed75b6

#75edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#75edac Color CSS Codes

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

#75edac Text Font Color

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

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


#75edac Background Color

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

This div background color is #75edac


#75edac Border Color

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

This div border color is #75edac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,237,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75edac


Comments

No comments written yet.

Please login to write comment.