Color Hex Logo

#7aabde Color Hex

#7AABDE
(122,171,222)
0 Favorites   0 Comments

Color spaces of #7aabde

RGB 122171222
HSL0.590.600.67
HSV211°45°87°
CMYK 0.450.230.00   0.13
XYZ35.773838.537374.6602
Yxy38.53730.24010.2587
Hunter Lab62.0784-5.7734-27.8517
CIE-Lab68.4148-2.8526-30.8198

#7aabde color RGB value is (122,171,222).

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

The process color (four color CMYK) of #7aabde color hex is 0.45, 0.23, 0.00, 0.13. Web safe color of #7aabde is #6699cc. Color #7aabde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 11011110
Octal 172 253 336
Decimal 122 171 222
Hex 7A AB DE

RGB Percentages of Color #7aabde

%23.69
%33.20
%43.11

CMYK Percentages of Color #7aabde

%45
%23
%0
%13

Triadic Colors of #7aabde

#7aabde #de7aab #abde7a

Analogous Colors of #7aabde

#7aabde #7b7ade #7addde

Monochromatic Colors of #7aabde

#7aabde

Complementary Color

#7aabde #dead7a

#7aabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabde Color CSS Codes

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

#7aabde Text Font Color

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

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


#7aabde Background Color

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

This div background color is #7aabde


#7aabde Border Color

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

This div border color is #7aabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabde


Comments

No comments written yet.

Please login to write comment.