Color Hex Logo

#7ddd9a Color Hex

#7DDD9A
(125,221,154)
0 Favorites   0 Comments

Color spaces of #7ddd9a

RGB 125221154
HSL0.380.590.68
HSV138°43°87°
CMYK 0.430.000.30   0.13
XYZ40.146658.406039.7294
Yxy58.40600.29030.4224
Hunter Lab76.4238-39.972922.6744
CIE-Lab80.9640-42.796624.2634

#7ddd9a color RGB value is (125,221,154).

#7ddd9a hex color red value is 125, green value is 221 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #7ddd9a hue: 0.38 , saturation: 0.59 and the lightness value of 7ddd9a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 10011010
Octal 175 335 232
Decimal 125 221 154
Hex 7D DD 9A

RGB Percentages of Color #7ddd9a

%25.00
%44.20
%30.80

CMYK Percentages of Color #7ddd9a

%43
%0
%30
%13

Triadic Colors of #7ddd9a

#7ddd9a #9a7ddd #dd9a7d

Analogous Colors of #7ddd9a

#7ddd9a #7dddca #90dd7d

Monochromatic Colors of #7ddd9a

#7ddd9a

Complementary Color

#7ddd9a #dd7dc0

#7ddd9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddd9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddd9a Color CSS Codes

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

#7ddd9a Text Font Color

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

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


#7ddd9a Background Color

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

This div background color is #7ddd9a


#7ddd9a Border Color

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

This div border color is #7ddd9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddd9a


Comments

No comments written yet.

Please login to write comment.