Color Hex Logo

#7aabdf Color Hex

#7AABDF
(122,171,223)
0 Favorites   0 Comments

Color spaces of #7aabdf

RGB 122171223
HSL0.590.610.68
HSV211°45°87°
CMYK 0.450.230.00   0.13
XYZ35.908238.591175.3683
Yxy38.59110.23960.2575
Hunter Lab62.1217-5.5348-28.4475
CIE-Lab68.4540-2.5703-31.3080

#7aabdf color RGB value is (122,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 11011111
Octal 172 253 337
Decimal 122 171 223
Hex 7A AB DF

RGB Percentages of Color #7aabdf

%23.64
%33.14
%43.22

CMYK Percentages of Color #7aabdf

%45
%23
%0
%13

Triadic Colors of #7aabdf

#7aabdf #df7aab #abdf7a

Analogous Colors of #7aabdf

#7aabdf #7c7adf #7adedf

Monochromatic Colors of #7aabdf

#7aabdf

Complementary Color

#7aabdf #dfae7a

#7aabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabdf Color CSS Codes

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

#7aabdf Text Font Color

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

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


#7aabdf Background Color

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

This div background color is #7aabdf


#7aabdf Border Color

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

This div border color is #7aabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabdf


Comments

No comments written yet.

Please login to write comment.