Color Hex Logo

#7aa4fe Color Hex

#7AA4FE
(122,164,254)
0 Favorites   0 Comments

Color spaces of #7aa4fe

RGB 122164254
HSL0.610.990.74
HSV221°52°100°
CMYK 0.520.350.00   0.00
XYZ39.190937.844399.0050
Yxy37.84430.22260.2150
Hunter Lab61.51776.0604-52.3574
CIE-Lab67.905710.4883-49.0942

#7aa4fe color RGB value is (122,164,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100100 11111110
Octal 172 244 376
Decimal 122 164 254
Hex 7A A4 FE

RGB Percentages of Color #7aa4fe

%22.59
%30.37
%47.04

CMYK Percentages of Color #7aa4fe

%52
%35
%0
%0

Triadic Colors of #7aa4fe

#7aa4fe #fe7aa4 #a4fe7a

Analogous Colors of #7aa4fe

#7aa4fe #927afe #7ae6fe

Monochromatic Colors of #7aa4fe

#7aa4fe

Complementary Color

#7aa4fe #fed47a

#7aa4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa4fe Color CSS Codes

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

#7aa4fe Text Font Color

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

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


#7aa4fe Background Color

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

This div background color is #7aa4fe


#7aa4fe Border Color

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

This div border color is #7aa4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa4fe


Comments

No comments written yet.

Please login to write comment.