Color Hex Logo

#7da091 Color Hex

#7DA091
(125,160,145)
0 Favorites   0 Comments

Color spaces of #7da091

RGB 125160145
HSL0.430.160.56
HSV154°22°63°
CMYK 0.220.000.09   0.37
XYZ26.139131.545931.4994
Yxy31.54590.29310.3537
Hunter Lab56.1657-15.21756.0644
CIE-Lab62.9658-15.21703.8730

#7da091 color RGB value is (125,160,145).

#7da091 hex color red value is 125, green value is 160 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #7da091 hue: 0.43 , saturation: 0.16 and the lightness value of 7da091 is 0.56.

The process color (four color CMYK) of #7da091 color hex is 0.22, 0.00, 0.09, 0.37. Web safe color of #7da091 is #669999. Color #7da091 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10100000 10010001
Octal 175 240 221
Decimal 125 160 145
Hex 7D A0 91

RGB Percentages of Color #7da091

%29.07
%37.21
%33.72

CMYK Percentages of Color #7da091

%22
%0
%9
%37

Triadic Colors of #7da091

#7da091 #917da0 #a0917d

Analogous Colors of #7da091

#7da091 #7d9ea0 #7da080

Monochromatic Colors of #7da091

#7da091

Complementary Color

#7da091 #a07d8c

#7da091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7da091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7da091 Color CSS Codes

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

#7da091 Text Font Color

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

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


#7da091 Background Color

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

This div background color is #7da091


#7da091 Border Color

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

This div border color is #7da091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7da091


Comments

No comments written yet.

Please login to write comment.