Color Hex Logo

#7db697 Color Hex

#7DB697
(125,182,151)
0 Favorites   0 Comments

Color spaces of #7db697

RGB 125182151
HSL0.410.280.60
HSV147°31°71°
CMYK 0.310.000.17   0.29
XYZ30.771340.050235.3868
Yxy40.05020.28970.3771
Hunter Lab63.2852-23.956711.1468
CIE-Lab69.5053-25.23199.9162

#7db697 color RGB value is (125,182,151).

#7db697 hex color red value is 125, green value is 182 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #7db697 hue: 0.41 , saturation: 0.28 and the lightness value of 7db697 is 0.60.

The process color (four color CMYK) of #7db697 color hex is 0.31, 0.00, 0.17, 0.29. Web safe color of #7db697 is #66cc99. Color #7db697 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110110 10010111
Octal 175 266 227
Decimal 125 182 151
Hex 7D B6 97

RGB Percentages of Color #7db697

%27.29
%39.74
%32.97

CMYK Percentages of Color #7db697

%31
%0
%17
%29

Triadic Colors of #7db697

#7db697 #977db6 #b6977d

Analogous Colors of #7db697

#7db697 #7db6b4 #80b67d

Monochromatic Colors of #7db697

#7db697

Complementary Color

#7db697 #b67d9c

#7db697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db697 Color CSS Codes

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

#7db697 Text Font Color

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

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


#7db697 Background Color

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

This div background color is #7db697


#7db697 Border Color

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

This div border color is #7db697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db697


Comments

No comments written yet.

Please login to write comment.