Color Hex Logo

#75caaf Color Hex

#75CAAF
(117,202,175)
0 Favorites   0 Comments

Color spaces of #75caaf

RGB 117202175
HSL0.450.450.63
HSV161°42°79°
CMYK 0.420.000.13   0.21
XYZ36.194549.118148.1305
Yxy49.11810.27120.3681
Hunter Lab70.0843-30.46268.3415
CIE-Lab75.5247-32.08945.4486

#75caaf color RGB value is (117,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001010 10101111
Octal 165 312 257
Decimal 117 202 175
Hex 75 CA AF

RGB Percentages of Color #75caaf

%23.68
%40.89
%35.43

CMYK Percentages of Color #75caaf

%42
%0
%13
%21

Triadic Colors of #75caaf

#75caaf #af75ca #caaf75

Analogous Colors of #75caaf

#75caaf #75bbca #75ca85

Monochromatic Colors of #75caaf

#75caaf

Complementary Color

#75caaf #ca7590

#75caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75caaf Color CSS Codes

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

#75caaf Text Font Color

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

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


#75caaf Background Color

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

This div background color is #75caaf


#75caaf Border Color

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

This div border color is #75caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75caaf


Comments

No comments written yet.

Please login to write comment.