Color Hex Logo

#75afab Color Hex

#75AFAB
(117,175,171)
0 Favorites   0 Comments

Color spaces of #75afab

RGB 117175171
HSL0.490.270.57
HSV176°33°69°
CMYK 0.330.000.02   0.31
XYZ30.016837.382144.1615
Yxy37.38210.26910.3351
Hunter Lab61.1409-19.3630-0.0260
CIE-Lab67.5627-19.6881-3.9705

#75afab color RGB value is (117,175,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101111 10101011
Octal 165 257 253
Decimal 117 175 171
Hex 75 AF AB

RGB Percentages of Color #75afab

%25.27
%37.80
%36.93

CMYK Percentages of Color #75afab

%33
%0
%2
%31

Triadic Colors of #75afab

#75afab #ab75af #afab75

Analogous Colors of #75afab

#75afab #7596af #75af8e

Monochromatic Colors of #75afab

#75afab

Complementary Color

#75afab #af7579

#75afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#75afab Color CSS Codes

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

#75afab Text Font Color

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

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


#75afab Background Color

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

This div background color is #75afab


#75afab Border Color

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

This div border color is #75afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75afab


Comments

No comments written yet.

Please login to write comment.