Color Hex Logo

#7accae Color Hex

#7ACCAE
(122,204,174)
0 Favorites   0 Comments

Color spaces of #7accae

RGB 122204174
HSL0.440.450.64
HSV158°40°80°
CMYK 0.400.000.15   0.20
XYZ37.258950.379347.8048
Yxy50.37930.27510.3720
Hunter Lab70.9784-30.51169.7523
CIE-Lab76.3015-31.91917.1323

#7accae color RGB value is (122,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001100 10101110
Octal 172 314 256
Decimal 122 204 174
Hex 7A CC AE

RGB Percentages of Color #7accae

%24.40
%40.80
%34.80

CMYK Percentages of Color #7accae

%40
%0
%15
%20

Triadic Colors of #7accae

#7accae #ae7acc #ccae7a

Analogous Colors of #7accae

#7accae #7ac1cc #7acc85

Monochromatic Colors of #7accae

#7accae

Complementary Color

#7accae #cc7a98

#7accae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7accae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7accae Color CSS Codes

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

#7accae Text Font Color

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

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


#7accae Background Color

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

This div background color is #7accae


#7accae Border Color

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

This div border color is #7accae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7accae


Comments

No comments written yet.

Please login to write comment.