Color Hex Logo

#7acaaf Color Hex

#7ACAAF
(122,202,175)
0 Favorites   0 Comments

Color spaces of #7acaaf

RGB 122202175
HSL0.440.430.64
HSV160°40°79°
CMYK 0.400.000.13   0.21
XYZ36.884449.473848.1628
Yxy49.47380.27420.3678
Hunter Lab70.3376-29.48718.6382
CIE-Lab75.7451-30.75125.7945

#7acaaf color RGB value is (122,202,175).

#7acaaf hex color red value is 122, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7acaaf hue: 0.44 , saturation: 0.43 and the lightness value of 7acaaf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001010 10101111
Octal 172 312 257
Decimal 122 202 175
Hex 7A CA AF

RGB Percentages of Color #7acaaf

%24.45
%40.48
%35.07

CMYK Percentages of Color #7acaaf

%40
%0
%13
%21

Triadic Colors of #7acaaf

#7acaaf #af7aca #caaf7a

Analogous Colors of #7acaaf

#7acaaf #7abdca #7aca87

Monochromatic Colors of #7acaaf

#7acaaf

Complementary Color

#7acaaf #ca7a95

#7acaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acaaf Color CSS Codes

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

#7acaaf Text Font Color

<p style="color:#7acaaf">Text here</p>

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


#7acaaf Background Color

<div style="background-color:#7acaaf">
Div content here</div>

This div background color is #7acaaf


#7acaaf Border Color

<div style="border:3px solid #7acaaf">
Div here</div>

This div border color is #7acaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acaaf


Comments

No comments written yet.

Please login to write comment.