Color Hex Logo

#75adaa Color Hex

#75ADAA
(117,173,170)
0 Favorites   0 Comments

Color spaces of #75adaa

RGB 117173170
HSL0.490.250.57
HSV177°32°68°
CMYK 0.320.000.02   0.32
XYZ29.535436.571343.5325
Yxy36.57130.26940.3336
Hunter Lab60.4742-18.6511-0.3481
CIE-Lab66.9542-18.8951-4.3135

#75adaa color RGB value is (117,173,170).

#75adaa hex color red value is 117, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #75adaa hue: 0.49 , saturation: 0.25 and the lightness value of 75adaa is 0.57.

The process color (four color CMYK) of #75adaa color hex is 0.32, 0.00, 0.02, 0.32. Web safe color of #75adaa is #669999. Color #75adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101101 10101010
Octal 165 255 252
Decimal 117 173 170
Hex 75 AD AA

RGB Percentages of Color #75adaa

%25.43
%37.61
%36.96

CMYK Percentages of Color #75adaa

%32
%0
%2
%32

Triadic Colors of #75adaa

#75adaa #aa75ad #adaa75

Analogous Colors of #75adaa

#75adaa #7594ad #75ad8e

Monochromatic Colors of #75adaa

#75adaa

Complementary Color

#75adaa #ad7578

#75adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#75adaa Color CSS Codes

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

#75adaa Text Font Color

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

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


#75adaa Background Color

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

This div background color is #75adaa


#75adaa Border Color

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

This div border color is #75adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75adaa


Comments

No comments written yet.

Please login to write comment.