Color Hex Logo

#75efaf Color Hex

#75EFAF
(117,239,175)
0 Favorites   0 Comments

Color spaces of #75efaf

RGB 117239175
HSL0.410.790.70
HSV149°51°94°
CMYK 0.510.000.27   0.06
XYZ45.940568.610151.3792
Yxy68.61010.27690.4135
Hunter Lab82.8312-45.953521.2050
CIE-Lab86.3106-48.599920.6915

#75efaf color RGB value is (117,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101111 10101111
Octal 165 357 257
Decimal 117 239 175
Hex 75 EF AF

RGB Percentages of Color #75efaf

%22.03
%45.01
%32.96

CMYK Percentages of Color #75efaf

%51
%0
%27
%6

Triadic Colors of #75efaf

#75efaf #af75ef #efaf75

Analogous Colors of #75efaf

#75efaf #75efec #78ef75

Monochromatic Colors of #75efaf

#75efaf

Complementary Color

#75efaf #ef75b5

#75efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75efaf Color CSS Codes

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

#75efaf Text Font Color

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

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


#75efaf Background Color

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

This div background color is #75efaf


#75efaf Border Color

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

This div border color is #75efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75efaf


Comments

No comments written yet.

Please login to write comment.