Color Hex Logo

#7aadae Color Hex

#7AADAE
(122,173,174)
0 Favorites   0 Comments

Color spaces of #7aadae

RGB 122173174
HSL0.500.240.58
HSV181°30°68°
CMYK 0.300.010.00   0.32
XYZ30.609637.080745.5884
Yxy37.08070.27020.3273
Hunter Lab60.8939-16.8376-1.7619
CIE-Lab67.3375-16.4906-5.9364

#7aadae color RGB value is (122,173,174).

#7aadae hex color red value is 122, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7aadae hue: 0.50 , saturation: 0.24 and the lightness value of 7aadae is 0.58.

The process color (four color CMYK) of #7aadae color hex is 0.30, 0.01, 0.00, 0.32. Web safe color of #7aadae is #669999. Color #7aadae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 10101110
Octal 172 255 256
Decimal 122 173 174
Hex 7A AD AE

RGB Percentages of Color #7aadae

%26.01
%36.89
%37.10

CMYK Percentages of Color #7aadae

%30
%1
%0
%32

Triadic Colors of #7aadae

#7aadae #ae7aad #adae7a

Analogous Colors of #7aadae

#7aadae #7a93ae #7aae95

Monochromatic Colors of #7aadae

#7aadae

Complementary Color

#7aadae #ae7b7a

#7aadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadae Color CSS Codes

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

#7aadae Text Font Color

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

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


#7aadae Background Color

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

This div background color is #7aadae


#7aadae Border Color

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

This div border color is #7aadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadae


Comments

No comments written yet.

Please login to write comment.