Color Hex Logo

#7dadaf Color Hex

#7DADAF
(125,173,175)
0 Favorites   0 Comments

Color spaces of #7dadaf

RGB 125173175
HSL0.510.240.59
HSV182°29°69°
CMYK 0.290.010.00   0.31
XYZ31.138937.342346.1240
Yxy37.34230.27170.3258
Hunter Lab61.1083-15.9816-1.9757
CIE-Lab67.5331-15.3692-6.1829

#7dadaf color RGB value is (125,173,175).

#7dadaf hex color red value is 125, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7dadaf hue: 0.51 , saturation: 0.24 and the lightness value of 7dadaf is 0.59.

The process color (four color CMYK) of #7dadaf color hex is 0.29, 0.01, 0.00, 0.31. Web safe color of #7dadaf is #669999. Color #7dadaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101101 10101111
Octal 175 255 257
Decimal 125 173 175
Hex 7D AD AF

RGB Percentages of Color #7dadaf

%26.43
%36.58
%37.00

CMYK Percentages of Color #7dadaf

%29
%1
%0
%31

Triadic Colors of #7dadaf

#7dadaf #af7dad #adaf7d

Analogous Colors of #7dadaf

#7dadaf #7d94af #7daf98

Monochromatic Colors of #7dadaf

#7dadaf

Complementary Color

#7dadaf #af7f7d

#7dadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dadaf Color CSS Codes

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

#7dadaf Text Font Color

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

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


#7dadaf Background Color

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

This div background color is #7dadaf


#7dadaf Border Color

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

This div border color is #7dadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dadaf


Comments

No comments written yet.

Please login to write comment.