Color Hex Logo

#7aaaf8 Color Hex

#7AAAF8
(122,170,248)
0 Favorites   0 Comments

Color spaces of #7aaaf8

RGB 122170248
HSL0.600.900.73
HSV217°51°97°
CMYK 0.510.310.00   0.03
XYZ39.344039.664394.3893
Yxy39.66430.22690.2287
Hunter Lab62.97961.2965-44.7739
CIE-Lab69.22985.2651-43.7522

#7aaaf8 color RGB value is (122,170,248).

#7aaaf8 hex color red value is 122, green value is 170 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #7aaaf8 hue: 0.60 , saturation: 0.90 and the lightness value of 7aaaf8 is 0.73.

The process color (four color CMYK) of #7aaaf8 color hex is 0.51, 0.31, 0.00, 0.03. Web safe color of #7aaaf8 is #6699ff. Color #7aaaf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101010 11111000
Octal 172 252 370
Decimal 122 170 248
Hex 7A AA F8

RGB Percentages of Color #7aaaf8

%22.59
%31.48
%45.93

CMYK Percentages of Color #7aaaf8

%51
%31
%0
%3

Triadic Colors of #7aaaf8

#7aaaf8 #f87aaa #aaf87a

Analogous Colors of #7aaaf8

#7aaaf8 #897af8 #7ae9f8

Monochromatic Colors of #7aaaf8

#7aaaf8

Complementary Color

#7aaaf8 #f8c87a

#7aaaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaaf8 Color CSS Codes

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

#7aaaf8 Text Font Color

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

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


#7aaaf8 Background Color

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

This div background color is #7aaaf8


#7aaaf8 Border Color

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

This div border color is #7aaaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.