Color Hex Logo

#7aabfe Color Hex

#7AABFE
(122,171,254)
0 Favorites   0 Comments

Color spaces of #7aabfe

RGB 122171254
HSL0.600.990.74
HSV218°52°100°
CMYK 0.520.330.00   0.00
XYZ40.478340.419299.4342
Yxy40.41920.22450.2241
Hunter Lab63.57612.3911-48.2274
CIE-Lab69.76716.4963-46.1645

#7aabfe color RGB value is (122,171,254).

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

The process color (four color CMYK) of #7aabfe color hex is 0.52, 0.33, 0.00, 0.00. Web safe color of #7aabfe is #6699ff. Color #7aabfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 11111110
Octal 172 253 376
Decimal 122 171 254
Hex 7A AB FE

RGB Percentages of Color #7aabfe

%22.30
%31.26
%46.44

CMYK Percentages of Color #7aabfe

%52
%33
%0
%0

Triadic Colors of #7aabfe

#7aabfe #fe7aab #abfe7a

Analogous Colors of #7aabfe

#7aabfe #8b7afe #7aedfe

Monochromatic Colors of #7aabfe

#7aabfe

Complementary Color

#7aabfe #fecd7a

#7aabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabfe Color CSS Codes

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

#7aabfe Text Font Color

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

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


#7aabfe Background Color

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

This div background color is #7aabfe


#7aabfe Border Color

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

This div border color is #7aabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabfe


Comments

No comments written yet.

Please login to write comment.