Color Hex Logo

#7da49a Color Hex

#7DA49A
(125,164,154)
0 Favorites   0 Comments

Color spaces of #7da49a

RGB 125164154
HSL0.460.180.57
HSV165°24°64°
CMYK 0.240.000.06   0.36
XYZ27.565633.244035.5357
Yxy33.24400.28610.3451
Hunter Lab57.6576-15.56153.8185
CIE-Lab64.3580-15.40750.8490

#7da49a color RGB value is (125,164,154).

#7da49a hex color red value is 125, green value is 164 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #7da49a hue: 0.46 , saturation: 0.18 and the lightness value of 7da49a is 0.57.

The process color (four color CMYK) of #7da49a color hex is 0.24, 0.00, 0.06, 0.36. Web safe color of #7da49a is #669999. Color #7da49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100100 10011010
Octal 175 244 232
Decimal 125 164 154
Hex 7D A4 9A

RGB Percentages of Color #7da49a

%28.22
%37.02
%34.76

CMYK Percentages of Color #7da49a

%24
%0
%6
%36

Triadic Colors of #7da49a

#7da49a #9a7da4 #a49a7d

Analogous Colors of #7da49a

#7da49a #7d9ba4 #7da487

Monochromatic Colors of #7da49a

#7da49a

Complementary Color

#7da49a #a47d87

#7da49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da49a Color CSS Codes

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

#7da49a Text Font Color

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

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


#7da49a Background Color

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

This div background color is #7da49a


#7da49a Border Color

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

This div border color is #7da49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da49a


Comments

No comments written yet.

Please login to write comment.