Color Hex Logo

#7aaece Color Hex

#7AAECE
(122,174,206)
0 Favorites   0 Comments

Color spaces of #7aaece

RGB 122174206
HSL0.560.460.64
HSV203°41°81°
CMYK 0.410.160.00   0.19
XYZ34.302738.865964.0864
Yxy38.86590.24990.2832
Hunter Lab62.3425-10.8834-17.3087
CIE-Lab68.6540-8.9017-21.6543

#7aaece color RGB value is (122,174,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 11001110
Octal 172 256 316
Decimal 122 174 206
Hex 7A AE CE

RGB Percentages of Color #7aaece

%24.30
%34.66
%41.04

CMYK Percentages of Color #7aaece

%41
%16
%0
%19

Triadic Colors of #7aaece

#7aaece #ce7aae #aece7a

Analogous Colors of #7aaece

#7aaece #7a84ce #7acec4

Monochromatic Colors of #7aaece

#7aaece

Complementary Color

#7aaece #ce9a7a

#7aaece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaece Color CSS Codes

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

#7aaece Text Font Color

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

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


#7aaece Background Color

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

This div background color is #7aaece


#7aaece Border Color

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

This div border color is #7aaece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaece


Comments

No comments written yet.

Please login to write comment.