Color Hex Logo

#75adaf Color Hex

#75ADAF
(117,173,175)
0 Favorites   0 Comments

Color spaces of #75adaf

RGB 117173175
HSL0.510.270.57
HSV182°33°69°
CMYK 0.330.010.00   0.31
XYZ30.017636.764246.0715
Yxy36.76420.26600.3258
Hunter Lab60.6335-17.7393-2.6072
CIE-Lab67.0997-17.6895-6.8730

#75adaf color RGB value is (117,173,175).

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

The process color (four color CMYK) of #75adaf color hex is 0.33, 0.01, 0.00, 0.31. Web safe color of #75adaf is #669999. Color #75adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101101 10101111
Octal 165 255 257
Decimal 117 173 175
Hex 75 AD AF

RGB Percentages of Color #75adaf

%25.16
%37.20
%37.63

CMYK Percentages of Color #75adaf

%33
%1
%0
%31

Triadic Colors of #75adaf

#75adaf #af75ad #adaf75

Analogous Colors of #75adaf

#75adaf #7590af #75af94

Monochromatic Colors of #75adaf

#75adaf

Complementary Color

#75adaf #af7775

#75adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75adaf Color CSS Codes

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

#75adaf Text Font Color

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

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


#75adaf Background Color

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

This div background color is #75adaf


#75adaf Border Color

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

This div border color is #75adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75adaf


Comments

No comments written yet.

Please login to write comment.