Color Hex Logo

#7dd884 Color Hex

#7DD884
(125,216,132)
0 Favorites   0 Comments

Color spaces of #7dd884

RGB 125216132
HSL0.350.540.67
HSV125°42°85°
CMYK 0.420.000.39   0.15
XYZ37.178255.137730.5129
Yxy55.13770.30270.4489
Hunter Lab74.2548-40.573727.6148
CIE-Lab79.1205-44.334533.1215

#7dd884 color RGB value is (125,216,132).

#7dd884 hex color red value is 125, green value is 216 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #7dd884 hue: 0.35 , saturation: 0.54 and the lightness value of 7dd884 is 0.67.

The process color (four color CMYK) of #7dd884 color hex is 0.42, 0.00, 0.39, 0.15. Web safe color of #7dd884 is #66cc99. Color #7dd884 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011000 10000100
Octal 175 330 204
Decimal 125 216 132
Hex 7D D8 84

RGB Percentages of Color #7dd884

%26.43
%45.67
%27.91

CMYK Percentages of Color #7dd884

%42
%0
%39
%15

Triadic Colors of #7dd884

#7dd884 #847dd8 #d8847d

Analogous Colors of #7dd884

#7dd884 #7dd8b2 #a4d87d

Monochromatic Colors of #7dd884

#7dd884

Complementary Color

#7dd884 #d87dd1

#7dd884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd884 Color CSS Codes

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

#7dd884 Text Font Color

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

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


#7dd884 Background Color

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

This div background color is #7dd884


#7dd884 Border Color

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

This div border color is #7dd884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd884


Comments

No comments written yet.

Please login to write comment.