Color Hex Logo

#7dd545 Color Hex

#7DD545
(125,213,69)
0 Favorites   0 Comments

Color spaces of #7dd545

RGB 12521369
HSL0.270.630.55
HSV97°68°84°
CMYK 0.410.000.68   0.16
XYZ33.325952.378113.9838
Yxy52.37810.33430.5254
Hunter Lab72.3727-44.457339.2049
CIE-Lab77.5064-50.470060.3116

#7dd545 color RGB value is (125,213,69).

#7dd545 hex color red value is 125, green value is 213 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #7dd545 hue: 0.27 , saturation: 0.63 and the lightness value of 7dd545 is 0.55.

The process color (four color CMYK) of #7dd545 color hex is 0.41, 0.00, 0.68, 0.16. Web safe color of #7dd545 is #66cc33. Color #7dd545 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010101 01000101
Octal 175 325 105
Decimal 125 213 69
Hex 7D D5 45

RGB Percentages of Color #7dd545

%30.71
%52.33
%16.95

CMYK Percentages of Color #7dd545

%41
%0
%68
%16

Triadic Colors of #7dd545

#7dd545 #457dd5 #d5457d

Analogous Colors of #7dd545

#7dd545 #45d555 #c5d545

Monochromatic Colors of #7dd545

#7dd545

Complementary Color

#7dd545 #9d45d5

#7dd545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd545 Color CSS Codes

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

#7dd545 Text Font Color

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

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


#7dd545 Background Color

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

This div background color is #7dd545


#7dd545 Border Color

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

This div border color is #7dd545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd545


Comments

No comments written yet.

Please login to write comment.