Color Hex Logo

#7db476 Color Hex

#7DB476
(125,180,118)
0 Favorites   0 Comments

Color spaces of #7db476

RGB 125180118
HSL0.310.290.58
HSV113°34°71°
CMYK 0.310.000.34   0.29
XYZ28.048738.310523.0559
Yxy38.31050.31370.4285
Hunter Lab61.8955-27.427621.2415
CIE-Lab68.2488-30.256126.0490

#7db476 color RGB value is (125,180,118).

#7db476 hex color red value is 125, green value is 180 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #7db476 hue: 0.31 , saturation: 0.29 and the lightness value of 7db476 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110100 01110110
Octal 175 264 166
Decimal 125 180 118
Hex 7D B4 76

RGB Percentages of Color #7db476

%29.55
%42.55
%27.90

CMYK Percentages of Color #7db476

%31
%0
%34
%29

Triadic Colors of #7db476

#7db476 #767db4 #b4767d

Analogous Colors of #7db476

#7db476 #76b48e #9cb476

Monochromatic Colors of #7db476

#7db476

Complementary Color

#7db476 #ad76b4

#7db476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db476 Color CSS Codes

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

#7db476 Text Font Color

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

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


#7db476 Background Color

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

This div background color is #7db476


#7db476 Border Color

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

This div border color is #7db476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db476


Comments

No comments written yet.

Please login to write comment.