Color Hex Logo

#7db463 Color Hex

#7DB463
(125,180,99)
0 Favorites   0 Comments

Color spaces of #7db463

RGB 12518099
HSL0.280.350.55
HSV101°45°71°
CMYK 0.310.000.45   0.29
XYZ27.030837.903317.6958
Yxy37.90330.32710.4587
Hunter Lab61.5657-29.368326.0543
CIE-Lab67.9493-33.041535.5961

#7db463 color RGB value is (125,180,99).

#7db463 hex color red value is 125, green value is 180 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #7db463 hue: 0.28 , saturation: 0.35 and the lightness value of 7db463 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110100 01100011
Octal 175 264 143
Decimal 125 180 99
Hex 7D B4 63

RGB Percentages of Color #7db463

%30.94
%44.55
%24.50

CMYK Percentages of Color #7db463

%31
%0
%45
%29

Triadic Colors of #7db463

#7db463 #637db4 #b4637d

Analogous Colors of #7db463

#7db463 #63b472 #a6b463

Monochromatic Colors of #7db463

#7db463

Complementary Color

#7db463 #9a63b4

#7db463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db463 Color CSS Codes

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

#7db463 Text Font Color

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

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


#7db463 Background Color

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

This div background color is #7db463


#7db463 Border Color

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

This div border color is #7db463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db463


Comments

No comments written yet.

Please login to write comment.