Color Hex Logo

#7aafdb Color Hex

#7AAFDB
(122,175,219)
0 Favorites   0 Comments

Color spaces of #7aafdb

RGB 122175219
HSL0.580.570.67
HSV207°44°86°
CMYK 0.440.200.00   0.14
XYZ36.142239.912072.8167
Yxy39.91200.24280.2681
Hunter Lab63.1759-8.4402-24.1146
CIE-Lab69.4068-5.8936-27.6457

#7aafdb color RGB value is (122,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101111 11011011
Octal 172 257 333
Decimal 122 175 219
Hex 7A AF DB

RGB Percentages of Color #7aafdb

%23.64
%33.91
%42.44

CMYK Percentages of Color #7aafdb

%44
%20
%0
%14

Triadic Colors of #7aafdb

#7aafdb #db7aaf #afdb7a

Analogous Colors of #7aafdb

#7aafdb #7a7fdb #7adbd7

Monochromatic Colors of #7aafdb

#7aafdb

Complementary Color

#7aafdb #dba67a

#7aafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aafdb Color CSS Codes

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

#7aafdb Text Font Color

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

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


#7aafdb Background Color

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

This div background color is #7aafdb


#7aafdb Border Color

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

This div border color is #7aafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aafdb


Comments

No comments written yet.

Please login to write comment.