Color Hex Logo

#75efac Color Hex

#75EFAC
(117,239,172)
0 Favorites   0 Comments

Color spaces of #75efac

RGB 117239172
HSL0.410.790.70
HSV147°51°94°
CMYK 0.510.000.28   0.06
XYZ45.649068.493549.8443
Yxy68.49350.27840.4177
Hunter Lab82.7608-46.374822.2240
CIE-Lab86.2526-49.181722.1577

#75efac color RGB value is (117,239,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101111 10101100
Octal 165 357 254
Decimal 117 239 172
Hex 75 EF AC

RGB Percentages of Color #75efac

%22.16
%45.27
%32.58

CMYK Percentages of Color #75efac

%51
%0
%28
%6

Triadic Colors of #75efac

#75efac #ac75ef #efac75

Analogous Colors of #75efac

#75efac #75efe9 #7bef75

Monochromatic Colors of #75efac

#75efac

Complementary Color

#75efac #ef75b8

#75efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#75efac Color CSS Codes

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

#75efac Text Font Color

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

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


#75efac Background Color

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

This div background color is #75efac


#75efac Border Color

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

This div border color is #75efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75efac


Comments

No comments written yet.

Please login to write comment.