Color Hex Logo

#7dddcd Color Hex

#7DDDCD
(125,221,205)
0 Favorites   0 Comments

Color spaces of #7dddcd

RGB 125221205
HSL0.470.590.68
HSV170°43°87°
CMYK 0.430.000.07   0.13
XYZ45.333360.480767.0422
Yxy60.48070.26230.3499
Hunter Lab77.7693-32.04513.3267
CIE-Lab82.0988-32.1819-1.0119

#7dddcd color RGB value is (125,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 11001101
Octal 175 335 315
Decimal 125 221 205
Hex 7D DD CD

RGB Percentages of Color #7dddcd

%22.69
%40.11
%37.21

CMYK Percentages of Color #7dddcd

%43
%0
%7
%13

Triadic Colors of #7dddcd

#7dddcd #cd7ddd #ddcd7d

Analogous Colors of #7dddcd

#7dddcd #7dbddd #7ddd9d

Monochromatic Colors of #7dddcd

#7dddcd

Complementary Color

#7dddcd #dd7d8d

#7dddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dddcd Color CSS Codes

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

#7dddcd Text Font Color

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

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


#7dddcd Background Color

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

This div background color is #7dddcd


#7dddcd Border Color

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

This div border color is #7dddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dddcd


Comments

No comments written yet.

Please login to write comment.