Color Hex Logo

#7aadee Color Hex

#7AADEE
(122,173,238)
0 Favorites   0 Comments

Color spaces of #7aadee

RGB 122173238
HSL0.590.770.71
HSV214°49°93°
CMYK 0.490.270.00   0.07
XYZ38.402240.197886.6238
Yxy40.19780.23240.2433
Hunter Lab63.4017-2.8362-36.6249
CIE-Lab69.61020.6280-37.7163

#7aadee color RGB value is (122,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 11101110
Octal 172 255 356
Decimal 122 173 238
Hex 7A AD EE

RGB Percentages of Color #7aadee

%22.89
%32.46
%44.65

CMYK Percentages of Color #7aadee

%49
%27
%0
%7

Triadic Colors of #7aadee

#7aadee #ee7aad #adee7a

Analogous Colors of #7aadee

#7aadee #817aee #7ae7ee

Monochromatic Colors of #7aadee

#7aadee

Complementary Color

#7aadee #eebb7a

#7aadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadee Color CSS Codes

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

#7aadee Text Font Color

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

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


#7aadee Background Color

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

This div background color is #7aadee


#7aadee Border Color

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

This div border color is #7aadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadee


Comments

No comments written yet.

Please login to write comment.