Color Hex Logo

#75abab Color Hex

#75ABAB
(117,171,171)
0 Favorites   0 Comments

Color spaces of #75abab

RGB 117171171
HSL0.500.240.56
HSV180°32°67°
CMYK 0.320.000.00   0.33
XYZ29.249735.848043.9058
Yxy35.84800.26830.3289
Hunter Lab59.8732-17.5760-1.5669
CIE-Lab66.4036-17.6176-5.6827

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

#75abab hex color red value is 117, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #75abab hue: 0.50 , saturation: 0.24 and the lightness value of 75abab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101011 10101011
Octal 165 253 253
Decimal 117 171 171
Hex 75 AB AB

RGB Percentages of Color #75abab

%25.49
%37.25
%37.25

CMYK Percentages of Color #75abab

%32
%0
%0
%33

Triadic Colors of #75abab

#75abab #ab75ab #abab75

Analogous Colors of #75abab

#75abab #7590ab #75ab90

Monochromatic Colors of #75abab

#75abab

Complementary Color

#75abab #ab7575

#75abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#75abab Color CSS Codes

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

#75abab Text Font Color

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

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


#75abab Background Color

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

This div background color is #75abab


#75abab Border Color

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

This div border color is #75abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75abab

#75abab Color Palettes


Comments

No comments written yet.

Please login to write comment.