Color Hex Logo

#7aa7dd Color Hex

#7AA7DD
(122,167,221)
0 Favorites   0 Comments

Color spaces of #7aa7dd

RGB 122167221
HSL0.590.590.67
HSV213°45°87°
CMYK 0.450.240.00   0.13
XYZ34.895936.995573.7082
Yxy36.99550.23970.2541
Hunter Lab60.8239-4.0329-29.2726
CIE-Lab67.2737-0.9115-32.0345

#7aa7dd color RGB value is (122,167,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100111 11011101
Octal 172 247 335
Decimal 122 167 221
Hex 7A A7 DD

RGB Percentages of Color #7aa7dd

%23.92
%32.75
%43.33

CMYK Percentages of Color #7aa7dd

%45
%24
%0
%13

Triadic Colors of #7aa7dd

#7aa7dd #dd7aa7 #a7dd7a

Analogous Colors of #7aa7dd

#7aa7dd #7f7add #7ad9dd

Monochromatic Colors of #7aa7dd

#7aa7dd

Complementary Color

#7aa7dd #ddb07a

#7aa7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa7dd Color CSS Codes

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

#7aa7dd Text Font Color

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

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


#7aa7dd Background Color

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

This div background color is #7aa7dd


#7aa7dd Border Color

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

This div border color is #7aa7dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,167,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 #7aa7dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa7dd


Comments

No comments written yet.

Please login to write comment.