Color Hex Logo

#7acdac Color Hex

#7ACDAC
(122,205,172)
0 Favorites   0 Comments

Color spaces of #7acdac

RGB 122205172
HSL0.430.450.64
HSV156°40°80°
CMYK 0.400.000.16   0.20
XYZ37.303850.778846.8649
Yxy50.77880.27640.3763
Hunter Lab71.2592-31.260010.8884
CIE-Lab76.5448-32.82108.5546

#7acdac color RGB value is (122,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001101 10101100
Octal 172 315 254
Decimal 122 205 172
Hex 7A CD AC

RGB Percentages of Color #7acdac

%24.45
%41.08
%34.47

CMYK Percentages of Color #7acdac

%40
%0
%16
%20

Triadic Colors of #7acdac

#7acdac #ac7acd #cdac7a

Analogous Colors of #7acdac

#7acdac #7ac5cd #7acd83

Monochromatic Colors of #7acdac

#7acdac

Complementary Color

#7acdac #cd7a9b

#7acdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acdac Color CSS Codes

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

#7acdac Text Font Color

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

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


#7acdac Background Color

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

This div background color is #7acdac


#7acdac Border Color

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

This div border color is #7acdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acdac


Comments

No comments written yet.

Please login to write comment.