Color Hex Logo

#7aabf0 Color Hex

#7AABF0
(122,171,240)
0 Favorites   0 Comments

Color spaces of #7aabf0

RGB 122171240
HSL0.600.800.71
HSV215°49°94°
CMYK 0.490.290.00   0.06
XYZ38.317139.554788.0534
Yxy39.55470.23090.2384
Hunter Lab62.8925-1.3113-38.9849
CIE-Lab69.15122.3332-39.5216

#7aabf0 color RGB value is (122,171,240).

#7aabf0 hex color red value is 122, green value is 171 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #7aabf0 hue: 0.60 , saturation: 0.80 and the lightness value of 7aabf0 is 0.71.

The process color (four color CMYK) of #7aabf0 color hex is 0.49, 0.29, 0.00, 0.06. Web safe color of #7aabf0 is #6699ff. Color #7aabf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 11110000
Octal 172 253 360
Decimal 122 171 240
Hex 7A AB F0

RGB Percentages of Color #7aabf0

%22.89
%32.08
%45.03

CMYK Percentages of Color #7aabf0

%49
%29
%0
%6

Triadic Colors of #7aabf0

#7aabf0 #f07aab #abf07a

Analogous Colors of #7aabf0

#7aabf0 #847af0 #7ae6f0

Monochromatic Colors of #7aabf0

#7aabf0

Complementary Color

#7aabf0 #f0bf7a

#7aabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabf0 Color CSS Codes

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

#7aabf0 Text Font Color

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

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


#7aabf0 Background Color

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

This div background color is #7aabf0


#7aabf0 Border Color

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

This div border color is #7aabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabf0

#7aabf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.