Color Hex Logo

#7dedcf Color Hex

#7DEDCF
(125,237,207)
0 Favorites   0 Comments

Color spaces of #7dedcf

RGB 125237207
HSL0.460.760.71
HSV164°47°93°
CMYK 0.470.000.13   0.07
XYZ50.004169.433369.7980
Yxy69.43330.26420.3669
Hunter Lab83.3266-38.70438.6648
CIE-Lab86.7182-39.11244.6525

#7dedcf color RGB value is (125,237,207).

#7dedcf hex color red value is 125, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7dedcf hue: 0.46 , saturation: 0.76 and the lightness value of 7dedcf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11001111
Octal 175 355 317
Decimal 125 237 207
Hex 7D ED CF

RGB Percentages of Color #7dedcf

%21.97
%41.65
%36.38

CMYK Percentages of Color #7dedcf

%47
%0
%13
%7

Triadic Colors of #7dedcf

#7dedcf #cf7ded #edcf7d

Analogous Colors of #7dedcf

#7dedcf #7dd3ed #7ded97

Monochromatic Colors of #7dedcf

#7dedcf

Complementary Color

#7dedcf #ed7d9b

#7dedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedcf Color CSS Codes

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

#7dedcf Text Font Color

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

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


#7dedcf Background Color

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

This div background color is #7dedcf


#7dedcf Border Color

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

This div border color is #7dedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedcf

#7dedcf Color Palettes


Comments

No comments written yet.

Please login to write comment.