Color Hex Logo

#7ddf89 Color Hex

#7DDF89
(125,223,137)
0 Favorites   0 Comments

Color spaces of #7ddf89

RGB 125223137
HSL0.350.600.68
HSV127°44°87°
CMYK 0.440.000.39   0.13
XYZ39.360558.941532.9692
Yxy58.94150.29980.4490
Hunter Lab76.7734-42.839228.2801
CIE-Lab81.2594-46.534833.3876

#7ddf89 color RGB value is (125,223,137).

#7ddf89 hex color red value is 125, green value is 223 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #7ddf89 hue: 0.35 , saturation: 0.60 and the lightness value of 7ddf89 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 10001001
Octal 175 337 211
Decimal 125 223 137
Hex 7D DF 89

RGB Percentages of Color #7ddf89

%25.77
%45.98
%28.25

CMYK Percentages of Color #7ddf89

%44
%0
%39
%13

Triadic Colors of #7ddf89

#7ddf89 #897ddf #df897d

Analogous Colors of #7ddf89

#7ddf89 #7ddfba #a2df7d

Monochromatic Colors of #7ddf89

#7ddf89

Complementary Color

#7ddf89 #df7dd3

#7ddf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddf89 Color CSS Codes

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

#7ddf89 Text Font Color

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

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


#7ddf89 Background Color

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

This div background color is #7ddf89


#7ddf89 Border Color

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

This div border color is #7ddf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddf89


Comments

No comments written yet.

Please login to write comment.