Color Hex Logo

#7dedcc Color Hex

#7DEDCC
(125,237,204)
0 Favorites   0 Comments

Color spaces of #7dedcc

RGB 125237204
HSL0.450.760.71
HSV162°47°93°
CMYK 0.470.000.14   0.07
XYZ49.640769.288067.8843
Yxy69.28800.26570.3709
Hunter Lab83.2394-39.21869.9148
CIE-Lab86.6465-39.78356.1195

#7dedcc color RGB value is (125,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11001100
Octal 175 355 314
Decimal 125 237 204
Hex 7D ED CC

RGB Percentages of Color #7dedcc

%22.08
%41.87
%36.04

CMYK Percentages of Color #7dedcc

%47
%0
%14
%7

Triadic Colors of #7dedcc

#7dedcc #cc7ded #edcc7d

Analogous Colors of #7dedcc

#7dedcc #7dd6ed #7ded94

Monochromatic Colors of #7dedcc

#7dedcc

Complementary Color

#7dedcc #ed7d9e

#7dedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedcc Color CSS Codes

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

#7dedcc Text Font Color

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

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


#7dedcc Background Color

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

This div background color is #7dedcc


#7dedcc Border Color

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

This div border color is #7dedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedcc


Comments

No comments written yet.

Please login to write comment.