Color Hex Logo

#7aaecf Color Hex

#7AAECF
(122,174,207)
0 Favorites   0 Comments

Color spaces of #7aaecf

RGB 122174207
HSL0.560.470.65
HSV203°41°81°
CMYK 0.410.160.00   0.19
XYZ34.424638.914764.7284
Yxy38.91470.24930.2819
Hunter Lab62.3816-10.6647-17.8533
CIE-Lab68.6894-8.6332-22.1511

#7aaecf color RGB value is (122,174,207).

#7aaecf hex color red value is 122, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7aaecf hue: 0.56 , saturation: 0.47 and the lightness value of 7aaecf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 11001111
Octal 172 256 317
Decimal 122 174 207
Hex 7A AE CF

RGB Percentages of Color #7aaecf

%24.25
%34.59
%41.15

CMYK Percentages of Color #7aaecf

%41
%16
%0
%19

Triadic Colors of #7aaecf

#7aaecf #cf7aae #aecf7a

Analogous Colors of #7aaecf

#7aaecf #7a84cf #7acfc6

Monochromatic Colors of #7aaecf

#7aaecf

Complementary Color

#7aaecf #cf9b7a

#7aaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaecf Color CSS Codes

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

#7aaecf Text Font Color

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

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


#7aaecf Background Color

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

This div background color is #7aaecf


#7aaecf Border Color

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

This div border color is #7aaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaecf


Comments

No comments written yet.

Please login to write comment.