Color Hex Logo

#75eaaa Color Hex

#75EAAA
(117,234,170)
0 Favorites   0 Comments

Color spaces of #75eaaa

RGB 117234170
HSL0.410.740.69
HSV147°50°92°
CMYK 0.500.000.27   0.08
XYZ44.014665.529848.3589
Yxy65.52980.27870.4150
Hunter Lab80.9505-44.608921.2462
CIE-Lab84.7560-47.460821.1240

#75eaaa color RGB value is (117,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11101010 10101010
Octal 165 352 252
Decimal 117 234 170
Hex 75 EA AA

RGB Percentages of Color #75eaaa

%22.46
%44.91
%32.63

CMYK Percentages of Color #75eaaa

%50
%0
%27
%8

Triadic Colors of #75eaaa

#75eaaa #aa75ea #eaaa75

Analogous Colors of #75eaaa

#75eaaa #75eae5 #7bea75

Monochromatic Colors of #75eaaa

#75eaaa

Complementary Color

#75eaaa #ea75b5

#75eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#75eaaa Color CSS Codes

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

#75eaaa Text Font Color

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

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


#75eaaa Background Color

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

This div background color is #75eaaa


#75eaaa Border Color

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

This div border color is #75eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75eaaa


Comments

No comments written yet.

Please login to write comment.