Color Hex Logo

#7dd534 Color Hex

#7DD534
(125,213,52)
0 Favorites   0 Comments

Color spaces of #7dd534

RGB 12521352
HSL0.260.660.52
HSV93°76°84°
CMYK 0.410.000.76   0.16
XYZ32.871552.196411.5912
Yxy52.19640.34010.5400
Hunter Lab72.2471-45.217241.0606
CIE-Lab77.3981-51.613266.2434

#7dd534 color RGB value is (125,213,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010101 00110100
Octal 175 325 64
Decimal 125 213 52
Hex 7D D5 34

RGB Percentages of Color #7dd534

%32.05
%54.62
%13.33

CMYK Percentages of Color #7dd534

%41
%0
%76
%16

Triadic Colors of #7dd534

#7dd534 #347dd5 #d5347d

Analogous Colors of #7dd534

#7dd534 #34d53b #ced534

Monochromatic Colors of #7dd534

#7dd534

Complementary Color

#7dd534 #8c34d5

#7dd534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd534 Color CSS Codes

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

#7dd534 Text Font Color

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

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


#7dd534 Background Color

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

This div background color is #7dd534


#7dd534 Border Color

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

This div border color is #7dd534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd534


Comments

No comments written yet.

Please login to write comment.