Color Hex Logo

#7aafaa Color Hex

#7AAFAA
(122,175,170)
0 Favorites   0 Comments

Color spaces of #7aafaa

RGB 122175170
HSL0.480.250.58
HSV174°30°69°
CMYK 0.300.000.03   0.31
XYZ30.611737.699843.6936
Yxy37.69980.27330.3366
Hunter Lab61.4002-18.45720.7881
CIE-Lab67.7988-18.4709-3.0388

#7aafaa color RGB value is (122,175,170).

#7aafaa hex color red value is 122, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7aafaa hue: 0.48 , saturation: 0.25 and the lightness value of 7aafaa is 0.58.

The process color (four color CMYK) of #7aafaa color hex is 0.30, 0.00, 0.03, 0.31. Web safe color of #7aafaa is #669999. Color #7aafaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101111 10101010
Octal 172 257 252
Decimal 122 175 170
Hex 7A AF AA

RGB Percentages of Color #7aafaa

%26.12
%37.47
%36.40

CMYK Percentages of Color #7aafaa

%30
%0
%3
%31

Triadic Colors of #7aafaa

#7aafaa #aa7aaf #afaa7a

Analogous Colors of #7aafaa

#7aafaa #7a9aaf #7aaf90

Monochromatic Colors of #7aafaa

#7aafaa

Complementary Color

#7aafaa #af7a7f

#7aafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aafaa Color CSS Codes

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

#7aafaa Text Font Color

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

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


#7aafaa Background Color

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

This div background color is #7aafaa


#7aafaa Border Color

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

This div border color is #7aafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aafaa

#7aafaa Color Palettes


Comments

No comments written yet.

Please login to write comment.