Color Hex Logo

#7dd9cd Color Hex

#7DD9CD
(125,217,205)
0 Favorites   0 Comments

Color spaces of #7dd9cd

RGB 125217205
HSL0.480.550.67
HSV172°42°85°
CMYK 0.420.000.06   0.15
XYZ44.289758.393566.6944
Yxy58.39350.26150.3448
Hunter Lab76.4156-30.27061.7435
CIE-Lab80.9571-30.2818-2.6856

#7dd9cd color RGB value is (125,217,205).

#7dd9cd hex color red value is 125, green value is 217 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7dd9cd hue: 0.48 , saturation: 0.55 and the lightness value of 7dd9cd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011001 11001101
Octal 175 331 315
Decimal 125 217 205
Hex 7D D9 CD

RGB Percentages of Color #7dd9cd

%22.85
%39.67
%37.48

CMYK Percentages of Color #7dd9cd

%42
%0
%6
%15

Triadic Colors of #7dd9cd

#7dd9cd #cd7dd9 #d9cd7d

Analogous Colors of #7dd9cd

#7dd9cd #7db7d9 #7dd99f

Monochromatic Colors of #7dd9cd

#7dd9cd

Complementary Color

#7dd9cd #d97d89

#7dd9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd9cd Color CSS Codes

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

#7dd9cd Text Font Color

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

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


#7dd9cd Background Color

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

This div background color is #7dd9cd


#7dd9cd Border Color

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

This div border color is #7dd9cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,217,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 #7dd9cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd9cd


Comments

No comments written yet.

Please login to write comment.