Color Hex Logo

#7aabea Color Hex

#7AABEA
(122,171,234)
0 Favorites   0 Comments

Color spaces of #7aabea

RGB 122171234
HSL0.590.730.70
HSV214°48°92°
CMYK 0.480.270.00   0.08
XYZ37.440239.203983.4357
Yxy39.20390.23390.2449
Hunter Lab62.6130-2.8366-35.1785
CIE-Lab68.89870.5820-36.6410

#7aabea color RGB value is (122,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 11101010
Octal 172 253 352
Decimal 122 171 234
Hex 7A AB EA

RGB Percentages of Color #7aabea

%23.15
%32.45
%44.40

CMYK Percentages of Color #7aabea

%48
%27
%0
%8

Triadic Colors of #7aabea

#7aabea #ea7aab #abea7a

Analogous Colors of #7aabea

#7aabea #817aea #7ae3ea

Monochromatic Colors of #7aabea

#7aabea

Complementary Color

#7aabea #eab97a

#7aabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabea Color CSS Codes

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

#7aabea Text Font Color

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

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


#7aabea Background Color

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

This div background color is #7aabea


#7aabea Border Color

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

This div border color is #7aabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabea


Comments

No comments written yet.

Please login to write comment.