Color Hex Logo

#7db655 Color Hex

#7DB655
(125,182,85)
0 Favorites   0 Comments

Color spaces of #7db655

RGB 12518285
HSL0.260.400.52
HSV95°53°71°
CMYK 0.310.000.53   0.29
XYZ26.825138.471714.6063
Yxy38.47170.33570.4815
Hunter Lab62.0256-31.346229.4558
CIE-Lab68.3668-35.677543.0781

#7db655 color RGB value is (125,182,85).

#7db655 hex color red value is 125, green value is 182 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #7db655 hue: 0.26 , saturation: 0.40 and the lightness value of 7db655 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110110 01010101
Octal 175 266 125
Decimal 125 182 85
Hex 7D B6 55

RGB Percentages of Color #7db655

%31.89
%46.43
%21.68

CMYK Percentages of Color #7db655

%31
%0
%53
%29

Triadic Colors of #7db655

#7db655 #557db6 #b6557d

Analogous Colors of #7db655

#7db655 #55b65e #aeb655

Monochromatic Colors of #7db655

#7db655

Complementary Color

#7db655 #8e55b6

#7db655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db655 Color CSS Codes

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

#7db655 Text Font Color

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

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


#7db655 Background Color

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

This div background color is #7db655


#7db655 Border Color

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

This div border color is #7db655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db655


Comments

No comments written yet.

Please login to write comment.