Color Hex Logo

#7aadde Color Hex

#7AADDE
(122,173,222)
0 Favorites   0 Comments

Color spaces of #7aadde

RGB 122173222
HSL0.580.600.67
HSV209°45°87°
CMYK 0.450.220.00   0.13
XYZ36.154439.298674.7871
Yxy39.29860.24060.2616
Hunter Lab62.6886-6.7587-26.8506
CIE-Lab68.9670-3.9572-29.9676

#7aadde color RGB value is (122,173,222).

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

The process color (four color CMYK) of #7aadde color hex is 0.45, 0.22, 0.00, 0.13. Web safe color of #7aadde is #6699cc. Color #7aadde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 11011110
Octal 172 255 336
Decimal 122 173 222
Hex 7A AD DE

RGB Percentages of Color #7aadde

%23.60
%33.46
%42.94

CMYK Percentages of Color #7aadde

%45
%22
%0
%13

Triadic Colors of #7aadde

#7aadde #de7aad #adde7a

Analogous Colors of #7aadde

#7aadde #7a7bde #7adedd

Monochromatic Colors of #7aadde

#7aadde

Complementary Color

#7aadde #deab7a

#7aadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadde Color CSS Codes

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

#7aadde Text Font Color

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

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


#7aadde Background Color

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

This div background color is #7aadde


#7aadde Border Color

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

This div border color is #7aadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadde


Comments

No comments written yet.

Please login to write comment.