Color Hex Logo

#7a9dde Color Hex

#7A9DDE
(122,157,222)
0 Favorites   0 Comments

Color spaces of #7a9dde

RGB 122157222
HSL0.610.600.67
HSV219°45°87°
CMYK 0.450.290.00   0.13
XYZ33.267833.525473.8249
Yxy33.52540.23660.2384
Hunter Lab57.90111.2324-35.0650
CIE-Lab64.58415.0245-36.7643

#7a9dde color RGB value is (122,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10011101 11011110
Octal 172 235 336
Decimal 122 157 222
Hex 7A 9D DE

RGB Percentages of Color #7a9dde

%24.35
%31.34
%44.31

CMYK Percentages of Color #7a9dde

%45
%29
%0
%13

Triadic Colors of #7a9dde

#7a9dde #de7a9d #9dde7a

Analogous Colors of #7a9dde

#7a9dde #897ade #7acfde

Monochromatic Colors of #7a9dde

#7a9dde

Complementary Color

#7a9dde #debb7a

#7a9dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a9dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a9dde Color CSS Codes

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

#7a9dde Text Font Color

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

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


#7a9dde Background Color

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

This div background color is #7a9dde


#7a9dde Border Color

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

This div border color is #7a9dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a9dde


Comments

No comments written yet.

Please login to write comment.