Color Hex Logo

#7aaeec Color Hex

#7AAEEC
(122,174,236)
0 Favorites   0 Comments

Color spaces of #7aaeec

RGB 122174236
HSL0.590.750.70
HSV213°48°93°
CMYK 0.480.260.00   0.07
XYZ38.302440.465885.1488
Yxy40.46580.23370.2469
Hunter Lab63.6127-3.8441-34.8337
CIE-Lab69.8000-0.5107-36.3311

#7aaeec color RGB value is (122,174,236).

#7aaeec hex color red value is 122, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7aaeec hue: 0.59 , saturation: 0.75 and the lightness value of 7aaeec is 0.70.

The process color (four color CMYK) of #7aaeec color hex is 0.48, 0.26, 0.00, 0.07. Web safe color of #7aaeec is #6699ff. Color #7aaeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 11101100
Octal 172 256 354
Decimal 122 174 236
Hex 7A AE EC

RGB Percentages of Color #7aaeec

%22.93
%32.71
%44.36

CMYK Percentages of Color #7aaeec

%48
%26
%0
%7

Triadic Colors of #7aaeec

#7aaeec #ec7aae #aeec7a

Analogous Colors of #7aaeec

#7aaeec #7f7aec #7ae7ec

Monochromatic Colors of #7aaeec

#7aaeec

Complementary Color

#7aaeec #ecb87a

#7aaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaeec Color CSS Codes

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

#7aaeec Text Font Color

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

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


#7aaeec Background Color

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

This div background color is #7aaeec


#7aaeec Border Color

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

This div border color is #7aaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaeec


Comments

No comments written yet.

Please login to write comment.