Color Hex Logo

#7aaefe Color Hex

#7AAEFE
(122,174,254)
0 Favorites   0 Comments

Color spaces of #7aaefe

RGB 122174254
HSL0.600.990.74
HSV216°52°100°
CMYK 0.520.310.00   0.00
XYZ41.051541.565499.6252
Yxy41.56540.22530.2281
Hunter Lab64.47120.8337-46.4890
CIE-Lab70.57024.8017-44.9039

#7aaefe color RGB value is (122,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 11111110
Octal 172 256 376
Decimal 122 174 254
Hex 7A AE FE

RGB Percentages of Color #7aaefe

%22.18
%31.64
%46.18

CMYK Percentages of Color #7aaefe

%52
%31
%0
%0

Triadic Colors of #7aaefe

#7aaefe #fe7aae #aefe7a

Analogous Colors of #7aaefe

#7aaefe #887afe #7af0fe

Monochromatic Colors of #7aaefe

#7aaefe

Complementary Color

#7aaefe #feca7a

#7aaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaefe Color CSS Codes

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

#7aaefe Text Font Color

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

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


#7aaefe Background Color

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

This div background color is #7aaefe


#7aaefe Border Color

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

This div border color is #7aaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.