Color Hex Logo

#7d9dad Color Hex

#7D9DAD
(125,157,173)
0 Favorites   0 Comments

Color spaces of #7d9dad

RGB 125157173
HSL0.560.230.58
HSV200°28°68°
CMYK 0.280.090.00   0.32
XYZ28.057231.491044.1348
Yxy31.49100.27060.3037
Hunter Lab56.1168-8.9584-7.3486
CIE-Lab62.9200-7.2532-11.9454

#7d9dad color RGB value is (125,157,173).

#7d9dad hex color red value is 125, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7d9dad hue: 0.56 , saturation: 0.23 and the lightness value of 7d9dad is 0.58.

The process color (four color CMYK) of #7d9dad color hex is 0.28, 0.09, 0.00, 0.32. Web safe color of #7d9dad is #669999. Color #7d9dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10011101 10101101
Octal 175 235 255
Decimal 125 157 173
Hex 7D 9D AD

RGB Percentages of Color #7d9dad

%27.47
%34.51
%38.02

CMYK Percentages of Color #7d9dad

%28
%9
%0
%32

Triadic Colors of #7d9dad

#7d9dad #ad7d9d #9dad7d

Analogous Colors of #7d9dad

#7d9dad #7d85ad #7dada5

Monochromatic Colors of #7d9dad

#7d9dad

Complementary Color

#7d9dad #ad8d7d

#7d9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d9dad Color CSS Codes

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

#7d9dad Text Font Color

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

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


#7d9dad Background Color

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

This div background color is #7d9dad


#7d9dad Border Color

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

This div border color is #7d9dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d9dad


Comments

No comments written yet.

Please login to write comment.