Color Hex Logo

#75c8ae Color Hex

#75C8AE
(117,200,174)
0 Favorites   0 Comments

Color spaces of #75c8ae

RGB 117200174
HSL0.450.430.62
HSV161°42°78°
CMYK 0.420.000.13   0.22
XYZ35.630448.146547.4597
Yxy48.14650.27150.3669
Hunter Lab69.3877-29.76918.0183
CIE-Lab74.9172-31.36355.1123

#75c8ae color RGB value is (117,200,174).

#75c8ae hex color red value is 117, green value is 200 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #75c8ae hue: 0.45 , saturation: 0.43 and the lightness value of 75c8ae is 0.62.

The process color (four color CMYK) of #75c8ae color hex is 0.42, 0.00, 0.13, 0.22. Web safe color of #75c8ae is #66cc99. Color #75c8ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001000 10101110
Octal 165 310 256
Decimal 117 200 174
Hex 75 C8 AE

RGB Percentages of Color #75c8ae

%23.83
%40.73
%35.44

CMYK Percentages of Color #75c8ae

%42
%0
%13
%22

Triadic Colors of #75c8ae

#75c8ae #ae75c8 #c8ae75

Analogous Colors of #75c8ae

#75c8ae #75b9c8 #75c885

Monochromatic Colors of #75c8ae

#75c8ae

Complementary Color

#75c8ae #c8758f

#75c8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75c8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#75c8ae Color CSS Codes

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

#75c8ae Text Font Color

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

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


#75c8ae Background Color

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

This div background color is #75c8ae


#75c8ae Border Color

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

This div border color is #75c8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75c8ae

#75c8ae Color Palettes


Comments

No comments written yet.

Please login to write comment.