Color Hex Logo

#7aaded Color Hex

#7AADED
(122,173,237)
0 Favorites   0 Comments

Color spaces of #7aaded

RGB 122173237
HSL0.590.760.70
HSV213°49°93°
CMYK 0.490.270.00   0.07
XYZ38.255740.139185.8521
Yxy40.13910.23290.2444
Hunter Lab63.3554-3.0889-35.9943
CIE-Lab69.56850.3371-37.2362

#7aaded color RGB value is (122,173,237).

#7aaded hex color red value is 122, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7aaded hue: 0.59 , saturation: 0.76 and the lightness value of 7aaded is 0.70.

The process color (four color CMYK) of #7aaded color hex is 0.49, 0.27, 0.00, 0.07. Web safe color of #7aaded is #6699ff. Color #7aaded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 11101101
Octal 172 255 355
Decimal 122 173 237
Hex 7A AD ED

RGB Percentages of Color #7aaded

%22.93
%32.52
%44.55

CMYK Percentages of Color #7aaded

%49
%27
%0
%7

Triadic Colors of #7aaded

#7aaded #ed7aad #aded7a

Analogous Colors of #7aaded

#7aaded #817aed #7ae7ed

Monochromatic Colors of #7aaded

#7aaded

Complementary Color

#7aaded #edba7a

#7aaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaded Color CSS Codes

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

#7aaded Text Font Color

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

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


#7aaded Background Color

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

This div background color is #7aaded


#7aaded Border Color

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

This div border color is #7aaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaded


Comments

No comments written yet.

Please login to write comment.