Color Hex Logo

#7aabdc Color Hex

#7AABDC
(122,171,220)
0 Favorites   0 Comments

Color spaces of #7aabdc

RGB 122171220
HSL0.580.580.67
HSV210°45°86°
CMYK 0.450.220.00   0.14
XYZ35.507238.430773.2566
Yxy38.43070.24120.2611
Hunter Lab61.9925-6.2481-26.6683
CIE-Lab68.3369-3.4158-29.8420

#7aabdc color RGB value is (122,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 11011100
Octal 172 253 334
Decimal 122 171 220
Hex 7A AB DC

RGB Percentages of Color #7aabdc

%23.78
%33.33
%42.88

CMYK Percentages of Color #7aabdc

%45
%22
%0
%14

Triadic Colors of #7aabdc

#7aabdc #dc7aab #abdc7a

Analogous Colors of #7aabdc

#7aabdc #7a7adc #7adcdc

Monochromatic Colors of #7aabdc

#7aabdc

Complementary Color

#7aabdc #dcab7a

#7aabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabdc Color CSS Codes

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

#7aabdc Text Font Color

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

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


#7aabdc Background Color

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

This div background color is #7aabdc


#7aabdc Border Color

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

This div border color is #7aabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabdc


Comments

No comments written yet.

Please login to write comment.