Color Hex Logo

#7da8aa Color Hex

#7DA8AA
(125,168,170)
0 Favorites   0 Comments

Color spaces of #7da8aa

RGB 125168170
HSL0.510.210.58
HSV183°26°67°
CMYK 0.260.010.00   0.33
XYZ29.715835.267543.2713
Yxy35.26750.27450.3258
Hunter Lab59.3864-14.6084-1.6305
CIE-Lab65.9564-13.9063-5.7385

#7da8aa color RGB value is (125,168,170).

#7da8aa hex color red value is 125, green value is 168 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7da8aa hue: 0.51 , saturation: 0.21 and the lightness value of 7da8aa is 0.58.

The process color (four color CMYK) of #7da8aa color hex is 0.26, 0.01, 0.00, 0.33. Web safe color of #7da8aa is #669999. Color #7da8aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101000 10101010
Octal 175 250 252
Decimal 125 168 170
Hex 7D A8 AA

RGB Percentages of Color #7da8aa

%27.00
%36.29
%36.72

CMYK Percentages of Color #7da8aa

%26
%1
%0
%33

Triadic Colors of #7da8aa

#7da8aa #aa7da8 #a8aa7d

Analogous Colors of #7da8aa

#7da8aa #7d92aa #7daa96

Monochromatic Colors of #7da8aa

#7da8aa

Complementary Color

#7da8aa #aa7f7d

#7da8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da8aa Color CSS Codes

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

#7da8aa Text Font Color

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

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


#7da8aa Background Color

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

This div background color is #7da8aa


#7da8aa Border Color

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

This div border color is #7da8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da8aa


Comments

No comments written yet.

Please login to write comment.