Color Hex Logo

#7aa6fd Color Hex

#7AA6FD
(122,166,253)
0 Favorites   0 Comments

Color spaces of #7aa6fd

RGB 122166253
HSL0.610.970.74
HSV220°52°99°
CMYK 0.520.340.00   0.01
XYZ39.391938.501998.2839
Yxy38.50190.22360.2185
Hunter Lab62.04994.7320-50.4774
CIE-Lab68.38899.0406-47.7895

#7aa6fd color RGB value is (122,166,253).

#7aa6fd hex color red value is 122, green value is 166 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7aa6fd hue: 0.61 , saturation: 0.97 and the lightness value of 7aa6fd is 0.74.

The process color (four color CMYK) of #7aa6fd color hex is 0.52, 0.34, 0.00, 0.01. Web safe color of #7aa6fd is #6699ff. Color #7aa6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100110 11111101
Octal 172 246 375
Decimal 122 166 253
Hex 7A A6 FD

RGB Percentages of Color #7aa6fd

%22.55
%30.68
%46.77

CMYK Percentages of Color #7aa6fd

%52
%34
%0
%1

Triadic Colors of #7aa6fd

#7aa6fd #fd7aa6 #a6fd7a

Analogous Colors of #7aa6fd

#7aa6fd #907afd #7ae8fd

Monochromatic Colors of #7aa6fd

#7aa6fd

Complementary Color

#7aa6fd #fdd17a

#7aa6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa6fd Color CSS Codes

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

#7aa6fd Text Font Color

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

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


#7aa6fd Background Color

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

This div background color is #7aa6fd


#7aa6fd Border Color

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

This div border color is #7aa6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.