Color Hex Logo

#7dddad Color Hex

#7DDDAD
(125,221,173)
0 Favorites   0 Comments

Color spaces of #7dddad

RGB 125221173
HSL0.420.590.68
HSV150°43°87°
CMYK 0.430.000.22   0.13
XYZ41.856759.090048.7346
Yxy59.09000.27960.3948
Hunter Lab76.8700-37.327016.2199
CIE-Lab81.3410-39.169114.8419

#7dddad color RGB value is (125,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 10101101
Octal 175 335 255
Decimal 125 221 173
Hex 7D DD AD

RGB Percentages of Color #7dddad

%24.08
%42.58
%33.33

CMYK Percentages of Color #7dddad

%43
%0
%22
%13

Triadic Colors of #7dddad

#7dddad #ad7ddd #ddad7d

Analogous Colors of #7dddad

#7dddad #7ddddd #7ddd7d

Monochromatic Colors of #7dddad

#7dddad

Complementary Color

#7dddad #dd7dad

#7dddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dddad Color CSS Codes

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

#7dddad Text Font Color

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

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


#7dddad Background Color

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

This div background color is #7dddad


#7dddad Border Color

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

This div border color is #7dddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dddad


Comments

No comments written yet.

Please login to write comment.