Color Hex Logo

#7aa7fb Color Hex

#7AA7FB
(122,167,251)
0 Favorites   0 Comments

Color spaces of #7aa7fb

RGB 122167251
HSL0.610.940.73
HSV219°51°98°
CMYK 0.510.330.00   0.02
XYZ39.257338.740096.6753
Yxy38.74000.22470.2218
Hunter Lab62.24153.6620-48.5220
CIE-Lab68.56257.8673-46.4299

#7aa7fb color RGB value is (122,167,251).

#7aa7fb hex color red value is 122, green value is 167 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7aa7fb hue: 0.61 , saturation: 0.94 and the lightness value of 7aa7fb is 0.73.

The process color (four color CMYK) of #7aa7fb color hex is 0.51, 0.33, 0.00, 0.02. Web safe color of #7aa7fb is #6699ff. Color #7aa7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100111 11111011
Octal 172 247 373
Decimal 122 167 251
Hex 7A A7 FB

RGB Percentages of Color #7aa7fb

%22.59
%30.93
%46.48

CMYK Percentages of Color #7aa7fb

%51
%33
%0
%2

Triadic Colors of #7aa7fb

#7aa7fb #fb7aa7 #a7fb7a

Analogous Colors of #7aa7fb

#7aa7fb #8e7afb #7ae8fb

Monochromatic Colors of #7aa7fb

#7aa7fb

Complementary Color

#7aa7fb #fbce7a

#7aa7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa7fb Color CSS Codes

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

#7aa7fb Text Font Color

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

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


#7aa7fb Background Color

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

This div background color is #7aa7fb


#7aa7fb Border Color

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

This div border color is #7aa7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa7fb


Comments

No comments written yet.

Please login to write comment.