Color Hex Logo

#7aceac Color Hex

#7ACEAC
(122,206,172)
0 Favorites   0 Comments

Color spaces of #7aceac

RGB 122206172
HSL0.430.460.64
HSV156°41°81°
CMYK 0.410.000.17   0.19
XYZ37.543751.258746.9449
Yxy51.25870.27660.3776
Hunter Lab71.5952-31.688211.2402
CIE-Lab76.8355-33.29078.9698

#7aceac color RGB value is (122,206,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001110 10101100
Octal 172 316 254
Decimal 122 206 172
Hex 7A CE AC

RGB Percentages of Color #7aceac

%24.40
%41.20
%34.40

CMYK Percentages of Color #7aceac

%41
%0
%17
%19

Triadic Colors of #7aceac

#7aceac #ac7ace #ceac7a

Analogous Colors of #7aceac

#7aceac #7ac6ce #7ace82

Monochromatic Colors of #7aceac

#7aceac

Complementary Color

#7aceac #ce7a9c

#7aceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aceac Color CSS Codes

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

#7aceac Text Font Color

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

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


#7aceac Background Color

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

This div background color is #7aceac


#7aceac Border Color

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

This div border color is #7aceac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,206,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aceac


Comments

No comments written yet.

Please login to write comment.