Color Hex Logo

#7aafde Color Hex

#7AAFDE
(122,175,222)
0 Favorites   0 Comments

Color spaces of #7aafde

RGB 122175222
HSL0.580.600.67
HSV208°45°87°
CMYK 0.450.210.00   0.13
XYZ36.540840.071474.9159
Yxy40.07140.24110.2644
Hunter Lab63.3020-7.7401-25.8565
CIE-Lab69.5204-5.0563-29.1148

#7aafde color RGB value is (122,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101111 11011110
Octal 172 257 336
Decimal 122 175 222
Hex 7A AF DE

RGB Percentages of Color #7aafde

%23.51
%33.72
%42.77

CMYK Percentages of Color #7aafde

%45
%21
%0
%13

Triadic Colors of #7aafde

#7aafde #de7aaf #afde7a

Analogous Colors of #7aafde

#7aafde #7a7dde #7adedb

Monochromatic Colors of #7aafde

#7aafde

Complementary Color

#7aafde #dea97a

#7aafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aafde Color CSS Codes

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

#7aafde Text Font Color

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

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


#7aafde Background Color

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

This div background color is #7aafde


#7aafde Border Color

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

This div border color is #7aafde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,175,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 #7aafde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aafde


Comments

No comments written yet.

Please login to write comment.