Color Hex Logo

#7aaef9 Color Hex

#7AAEF9
(122,174,249)
0 Favorites   0 Comments

Color spaces of #7aaef9

RGB 122174249
HSL0.600.910.73
HSV215°51°98°
CMYK 0.510.300.00   0.02
XYZ40.261041.249295.4624
Yxy41.24920.22750.2331
Hunter Lab64.2255-0.4986-43.1685
CIE-Lab70.35023.3086-42.5405

#7aaef9 color RGB value is (122,174,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 11111001
Octal 172 256 371
Decimal 122 174 249
Hex 7A AE F9

RGB Percentages of Color #7aaef9

%22.39
%31.93
%45.69

CMYK Percentages of Color #7aaef9

%51
%30
%0
%2

Triadic Colors of #7aaef9

#7aaef9 #f97aae #aef97a

Analogous Colors of #7aaef9

#7aaef9 #867af9 #7aeef9

Monochromatic Colors of #7aaef9

#7aaef9

Complementary Color

#7aaef9 #f9c57a

#7aaef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaef9 Color CSS Codes

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

#7aaef9 Text Font Color

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

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


#7aaef9 Background Color

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

This div background color is #7aaef9


#7aaef9 Border Color

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

This div border color is #7aaef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaef9


Comments

No comments written yet.

Please login to write comment.