Color Hex Logo

#7acead Color Hex

#7ACEAD
(122,206,173)
0 Favorites   0 Comments

Color spaces of #7acead

RGB 122206173
HSL0.430.460.64
HSV156°41°81°
CMYK 0.410.000.16   0.19
XYZ37.640251.297347.4527
Yxy51.29730.27600.3761
Hunter Lab71.6221-31.530110.8534
CIE-Lab76.8587-33.07708.4672

#7acead color RGB value is (122,206,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001110 10101101
Octal 172 316 255
Decimal 122 206 173
Hex 7A CE AD

RGB Percentages of Color #7acead

%24.35
%41.12
%34.53

CMYK Percentages of Color #7acead

%41
%0
%16
%19

Triadic Colors of #7acead

#7acead #ad7ace #cead7a

Analogous Colors of #7acead

#7acead #7ac5ce #7ace83

Monochromatic Colors of #7acead

#7acead

Complementary Color

#7acead #ce7a9b

#7acead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acead Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acead Color CSS Codes

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

#7acead Text Font Color

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

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


#7acead Background Color

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

This div background color is #7acead


#7acead Border Color

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

This div border color is #7acead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acead


Comments

No comments written yet.

Please login to write comment.