Color Hex Logo

#75b8aa Color Hex

#75B8AA
(117,184,170)
0 Favorites   0 Comments

Color spaces of #75b8aa

RGB 117184170
HSL0.470.320.59
HSV167°36°72°
CMYK 0.360.000.08   0.28
XYZ31.732340.965244.2648
Yxy40.96520.27130.3502
Hunter Lab64.0041-23.50943.7983
CIE-Lab70.1515-24.48000.3776

#75b8aa color RGB value is (117,184,170).

#75b8aa hex color red value is 117, green value is 184 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #75b8aa hue: 0.47 , saturation: 0.32 and the lightness value of 75b8aa is 0.59.

The process color (four color CMYK) of #75b8aa color hex is 0.36, 0.00, 0.08, 0.28. Web safe color of #75b8aa is #66cc99. Color #75b8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111000 10101010
Octal 165 270 252
Decimal 117 184 170
Hex 75 B8 AA

RGB Percentages of Color #75b8aa

%24.84
%39.07
%36.09

CMYK Percentages of Color #75b8aa

%36
%0
%8
%28

Triadic Colors of #75b8aa

#75b8aa #aa75b8 #b8aa75

Analogous Colors of #75b8aa

#75b8aa #75a5b8 #75b889

Monochromatic Colors of #75b8aa

#75b8aa

Complementary Color

#75b8aa #b87583

#75b8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75b8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#75b8aa Color CSS Codes

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

#75b8aa Text Font Color

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

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


#75b8aa Background Color

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

This div background color is #75b8aa


#75b8aa Border Color

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

This div border color is #75b8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75b8aa


Comments

No comments written yet.

Please login to write comment.