Color Hex Logo

#7aceaf Color Hex

#7ACEAF
(122,206,175)
0 Favorites   0 Comments

Color spaces of #7aceaf

RGB 122206175
HSL0.440.460.64
HSV158°41°81°
CMYK 0.410.000.15   0.19
XYZ37.835251.375348.4797
Yxy51.37530.27480.3731
Hunter Lab71.6766-31.211010.0718
CIE-Lab76.9058-32.64687.4622

#7aceaf color RGB value is (122,206,175).

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

The process color (four color CMYK) of #7aceaf color hex is 0.41, 0.00, 0.15, 0.19. Web safe color of #7aceaf is #66cc99. Color #7aceaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001110 10101111
Octal 172 316 257
Decimal 122 206 175
Hex 7A CE AF

RGB Percentages of Color #7aceaf

%24.25
%40.95
%34.79

CMYK Percentages of Color #7aceaf

%41
%0
%15
%19

Triadic Colors of #7aceaf

#7aceaf #af7ace #ceaf7a

Analogous Colors of #7aceaf

#7aceaf #7ac3ce #7ace85

Monochromatic Colors of #7aceaf

#7aceaf

Complementary Color

#7aceaf #ce7a99

#7aceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aceaf Color CSS Codes

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

#7aceaf Text Font Color

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

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


#7aceaf Background Color

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

This div background color is #7aceaf


#7aceaf Border Color

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

This div border color is #7aceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aceaf


Comments

No comments written yet.

Please login to write comment.