Color Hex Logo

#7dd885 Color Hex

#7DD885
(125,216,133)
0 Favorites   0 Comments

Color spaces of #7dd885

RGB 125216133
HSL0.350.540.67
HSV125°42°85°
CMYK 0.420.000.38   0.15
XYZ37.247055.165230.8751
Yxy55.16520.30210.4475
Hunter Lab74.2733-40.463027.3447
CIE-Lab79.1363-44.177232.6330

#7dd885 color RGB value is (125,216,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011000 10000101
Octal 175 330 205
Decimal 125 216 133
Hex 7D D8 85

RGB Percentages of Color #7dd885

%26.37
%45.57
%28.06

CMYK Percentages of Color #7dd885

%42
%0
%38
%15

Triadic Colors of #7dd885

#7dd885 #857dd8 #d8857d

Analogous Colors of #7dd885

#7dd885 #7dd8b3 #a3d87d

Monochromatic Colors of #7dd885

#7dd885

Complementary Color

#7dd885 #d87dd0

#7dd885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd885 Color CSS Codes

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

#7dd885 Text Font Color

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

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


#7dd885 Background Color

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

This div background color is #7dd885


#7dd885 Border Color

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

This div border color is #7dd885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd885


Comments

No comments written yet.

Please login to write comment.