Color Hex Logo

#7dedce Color Hex

#7DEDCE
(125,237,206)
0 Favorites   0 Comments

Color spaces of #7dedce

RGB 125237206
HSL0.450.760.71
HSV163°47°93°
CMYK 0.470.000.13   0.07
XYZ49.882269.384669.1560
Yxy69.38460.26470.3682
Hunter Lab83.2974-38.87679.0839
CIE-Lab86.6941-39.33715.1414

#7dedce color RGB value is (125,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11001110
Octal 175 355 316
Decimal 125 237 206
Hex 7D ED CE

RGB Percentages of Color #7dedce

%22.01
%41.73
%36.27

CMYK Percentages of Color #7dedce

%47
%0
%13
%7

Triadic Colors of #7dedce

#7dedce #ce7ded #edce7d

Analogous Colors of #7dedce

#7dedce #7dd4ed #7ded96

Monochromatic Colors of #7dedce

#7dedce

Complementary Color

#7dedce #ed7d9c

#7dedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedce Color CSS Codes

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

#7dedce Text Font Color

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

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


#7dedce Background Color

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

This div background color is #7dedce


#7dedce Border Color

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

This div border color is #7dedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedce


Comments

No comments written yet.

Please login to write comment.