Color Hex Logo

#7aade1 Color Hex

#7AADE1
(122,173,225)
0 Favorites   0 Comments

Color spaces of #7aade1

RGB 122173225
HSL0.580.630.68
HSV210°46°88°
CMYK 0.460.230.00   0.12
XYZ36.560239.461076.9240
Yxy39.46100.23900.2580
Hunter Lab62.8180-6.0441-28.6312
CIE-Lab69.0839-3.1106-31.4310

#7aade1 color RGB value is (122,173,225).

#7aade1 hex color red value is 122, green value is 173 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #7aade1 hue: 0.58 , saturation: 0.63 and the lightness value of 7aade1 is 0.68.

The process color (four color CMYK) of #7aade1 color hex is 0.46, 0.23, 0.00, 0.12. Web safe color of #7aade1 is #6699cc. Color #7aade1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 11100001
Octal 172 255 341
Decimal 122 173 225
Hex 7A AD E1

RGB Percentages of Color #7aade1

%23.46
%33.27
%43.27

CMYK Percentages of Color #7aade1

%46
%23
%0
%12

Triadic Colors of #7aade1

#7aade1 #e17aad #ade17a

Analogous Colors of #7aade1

#7aade1 #7b7ae1 #7ae1e1

Monochromatic Colors of #7aade1

#7aade1

Complementary Color

#7aade1 #e1ae7a

#7aade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aade1 Color CSS Codes

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

#7aade1 Text Font Color

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

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


#7aade1 Background Color

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

This div background color is #7aade1


#7aade1 Border Color

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

This div border color is #7aade1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aade1


Comments

No comments written yet.

Please login to write comment.