Color Hex Logo

#7da48a Color Hex

#7DA48A
(125,164,138)
0 Favorites   0 Comments

Color spaces of #7da48a

RGB 125164138
HSL0.390.180.57
HSV140°24°64°
CMYK 0.240.000.16   0.36
XYZ26.320432.745928.9781
Yxy32.74590.29890.3719
Hunter Lab57.2240-18.040310.0325
CIE-Lab63.9546-18.72939.2057

#7da48a color RGB value is (125,164,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100100 10001010
Octal 175 244 212
Decimal 125 164 138
Hex 7D A4 8A

RGB Percentages of Color #7da48a

%29.27
%38.41
%32.32

CMYK Percentages of Color #7da48a

%24
%0
%16
%36

Triadic Colors of #7da48a

#7da48a #8a7da4 #a48a7d

Analogous Colors of #7da48a

#7da48a #7da49e #84a47d

Monochromatic Colors of #7da48a

#7da48a

Complementary Color

#7da48a #a47d97

#7da48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da48a Color CSS Codes

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

#7da48a Text Font Color

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

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


#7da48a Background Color

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

This div background color is #7da48a


#7da48a Border Color

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

This div border color is #7da48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da48a

#7da48a Color Palettes


Comments

No comments written yet.

Please login to write comment.