Color Hex Logo

#7aaed5 Color Hex

#7AAED5
(122,174,213)
0 Favorites   0 Comments

Color spaces of #7aaed5

RGB 122174213
HSL0.570.520.66
HSV206°43°84°
CMYK 0.430.180.00   0.16
XYZ35.172339.213868.6660
Yxy39.21380.24590.2741
Hunter Lab62.6209-9.3285-21.1789
CIE-Lab68.9059-7.0041-25.1210

#7aaed5 color RGB value is (122,174,213).

#7aaed5 hex color red value is 122, green value is 174 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #7aaed5 hue: 0.57 , saturation: 0.52 and the lightness value of 7aaed5 is 0.66.

The process color (four color CMYK) of #7aaed5 color hex is 0.43, 0.18, 0.00, 0.16. Web safe color of #7aaed5 is #6699cc. Color #7aaed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 11010101
Octal 172 256 325
Decimal 122 174 213
Hex 7A AE D5

RGB Percentages of Color #7aaed5

%23.97
%34.18
%41.85

CMYK Percentages of Color #7aaed5

%43
%18
%0
%16

Triadic Colors of #7aaed5

#7aaed5 #d57aae #aed57a

Analogous Colors of #7aaed5

#7aaed5 #7a81d5 #7ad5cf

Monochromatic Colors of #7aaed5

#7aaed5

Complementary Color

#7aaed5 #d5a17a

#7aaed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaed5 Color CSS Codes

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

#7aaed5 Text Font Color

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

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


#7aaed5 Background Color

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

This div background color is #7aaed5


#7aaed5 Border Color

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

This div border color is #7aaed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaed5


Comments

No comments written yet.

Please login to write comment.