Color Hex Logo

#7dd5ce Color Hex

#7DD5CE
(125,213,206)
0 Favorites   0 Comments

Color spaces of #7dd5ce

RGB 125213206
HSL0.490.510.66
HSV175°41°84°
CMYK 0.410.000.03   0.16
XYZ43.392356.404766.9927
Yxy56.40470.26020.3382
Hunter Lab75.1031-28.2984-0.3151
CIE-Lab79.8436-28.1183-4.8582

#7dd5ce color RGB value is (125,213,206).

#7dd5ce hex color red value is 125, green value is 213 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7dd5ce hue: 0.49 , saturation: 0.51 and the lightness value of 7dd5ce is 0.66.

The process color (four color CMYK) of #7dd5ce color hex is 0.41, 0.00, 0.03, 0.16. Web safe color of #7dd5ce is #66cccc. Color #7dd5ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010101 11001110
Octal 175 325 316
Decimal 125 213 206
Hex 7D D5 CE

RGB Percentages of Color #7dd5ce

%22.98
%39.15
%37.87

CMYK Percentages of Color #7dd5ce

%41
%0
%3
%16

Triadic Colors of #7dd5ce

#7dd5ce #ce7dd5 #d5ce7d

Analogous Colors of #7dd5ce

#7dd5ce #7db0d5 #7dd5a2

Monochromatic Colors of #7dd5ce

#7dd5ce

Complementary Color

#7dd5ce #d57d84

#7dd5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd5ce Color CSS Codes

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

#7dd5ce Text Font Color

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

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


#7dd5ce Background Color

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

This div background color is #7dd5ce


#7dd5ce Border Color

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

This div border color is #7dd5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd5ce


Comments

No comments written yet.

Please login to write comment.