Color Hex Logo

#75baad Color Hex

#75BAAD
(117,186,173)
0 Favorites   0 Comments

Color spaces of #75baad

RGB 117186173
HSL0.470.330.59
HSV169°37°73°
CMYK 0.370.000.07   0.27
XYZ32.437841.916845.9163
Yxy41.91680.26970.3485
Hunter Lab64.7432-23.86803.2714
CIE-Lab70.8135-24.7816-0.3011

#75baad color RGB value is (117,186,173).

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

The process color (four color CMYK) of #75baad color hex is 0.37, 0.00, 0.07, 0.27. Web safe color of #75baad is #66cc99. Color #75baad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111010 10101101
Octal 165 272 255
Decimal 117 186 173
Hex 75 BA AD

RGB Percentages of Color #75baad

%24.58
%39.08
%36.34

CMYK Percentages of Color #75baad

%37
%0
%7
%27

Triadic Colors of #75baad

#75baad #ad75ba #baad75

Analogous Colors of #75baad

#75baad #75a5ba #75ba8b

Monochromatic Colors of #75baad

#75baad

Complementary Color

#75baad #ba7582

#75baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#75baad Color CSS Codes

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

#75baad Text Font Color

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

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


#75baad Background Color

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

This div background color is #75baad


#75baad Border Color

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

This div border color is #75baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75baad


Comments

No comments written yet.

Please login to write comment.