Color Hex Logo

#7dd051 Color Hex

#7DD051
(125,208,81)
0 Favorites   0 Comments

Color spaces of #7dd051

RGB 12520881
HSL0.280.570.57
HSV99°61°82°
CMYK 0.400.000.61   0.18
XYZ32.498550.065815.7354
Yxy50.06580.33060.5093
Hunter Lab70.7572-41.840736.3448
CIE-Lab76.1096-47.391953.8548

#7dd051 color RGB value is (125,208,81).

#7dd051 hex color red value is 125, green value is 208 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #7dd051 hue: 0.28 , saturation: 0.57 and the lightness value of 7dd051 is 0.57.

The process color (four color CMYK) of #7dd051 color hex is 0.40, 0.00, 0.61, 0.18. Web safe color of #7dd051 is #66cc66. Color #7dd051 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010000 01010001
Octal 175 320 121
Decimal 125 208 81
Hex 7D D0 51

RGB Percentages of Color #7dd051

%30.19
%50.24
%19.57

CMYK Percentages of Color #7dd051

%40
%0
%61
%18

Triadic Colors of #7dd051

#7dd051 #517dd0 #d0517d

Analogous Colors of #7dd051

#7dd051 #51d065 #bdd051

Monochromatic Colors of #7dd051

#7dd051

Complementary Color

#7dd051 #a451d0

#7dd051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd051 Color CSS Codes

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

#7dd051 Text Font Color

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

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


#7dd051 Background Color

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

This div background color is #7dd051


#7dd051 Border Color

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

This div border color is #7dd051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd051


Comments

No comments written yet.

Please login to write comment.