Color Hex Logo

#75caaa Color Hex

#75CAAA
(117,202,170)
0 Favorites   0 Comments

Color spaces of #75caaa

RGB 117202170
HSL0.440.450.63
HSV157°42°79°
CMYK 0.420.000.16   0.21
XYZ35.712348.925245.5915
Yxy48.92520.27420.3757
Hunter Lab69.9466-31.270510.3171
CIE-Lab75.4048-33.18897.9693

#75caaa color RGB value is (117,202,170).

#75caaa hex color red value is 117, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #75caaa hue: 0.44 , saturation: 0.45 and the lightness value of 75caaa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001010 10101010
Octal 165 312 252
Decimal 117 202 170
Hex 75 CA AA

RGB Percentages of Color #75caaa

%23.93
%41.31
%34.76

CMYK Percentages of Color #75caaa

%42
%0
%16
%21

Triadic Colors of #75caaa

#75caaa #aa75ca #caaa75

Analogous Colors of #75caaa

#75caaa #75c0ca #75ca80

Monochromatic Colors of #75caaa

#75caaa

Complementary Color

#75caaa #ca7595

#75caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#75caaa Color CSS Codes

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

#75caaa Text Font Color

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

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


#75caaa Background Color

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

This div background color is #75caaa


#75caaa Border Color

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

This div border color is #75caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75caaa


Comments

No comments written yet.

Please login to write comment.