Color Hex Logo

#7aa0dd Color Hex

#7AA0DD
(122,160,221)
0 Favorites   0 Comments

Color spaces of #7aa0dd

RGB 122160221
HSL0.600.590.67
HSV217°45°87°
CMYK 0.450.280.00   0.13
XYZ33.648034.499673.2923
Yxy34.49960.23790.2439
Hunter Lab58.7364-0.5322-32.8677
CIE-Lab65.35723.0294-35.0078

#7aa0dd color RGB value is (122,160,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100000 11011101
Octal 172 240 335
Decimal 122 160 221
Hex 7A A0 DD

RGB Percentages of Color #7aa0dd

%24.25
%31.81
%43.94

CMYK Percentages of Color #7aa0dd

%45
%28
%0
%13

Triadic Colors of #7aa0dd

#7aa0dd #dd7aa0 #a0dd7a

Analogous Colors of #7aa0dd

#7aa0dd #867add #7ad2dd

Monochromatic Colors of #7aa0dd

#7aa0dd

Complementary Color

#7aa0dd #ddb77a

#7aa0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa0dd Color CSS Codes

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

#7aa0dd Text Font Color

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

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


#7aa0dd Background Color

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

This div background color is #7aa0dd


#7aa0dd Border Color

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

This div border color is #7aa0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa0dd


Comments

No comments written yet.

Please login to write comment.