Color Hex Logo

#7dedec Color Hex

#7DEDEC
(125,237,236)
0 Favorites   0 Comments

Color spaces of #7dedec

RGB 125237236
HSL0.500.760.71
HSV179°47°93°
CMYK 0.470.000.00   0.07
XYZ53.882070.984590.2184
Yxy70.98450.25050.3300
Hunter Lab84.2523-33.2852-4.5119
CIE-Lab87.4775-32.2097-9.4393

#7dedec color RGB value is (125,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11101100
Octal 175 355 354
Decimal 125 237 236
Hex 7D ED EC

RGB Percentages of Color #7dedec

%20.90
%39.63
%39.46

CMYK Percentages of Color #7dedec

%47
%0
%0
%7

Triadic Colors of #7dedec

#7dedec #ec7ded #edec7d

Analogous Colors of #7dedec

#7dedec #7db6ed #7dedb4

Monochromatic Colors of #7dedec

#7dedec

Complementary Color

#7dedec #ed7d7e

#7dedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedec Color CSS Codes

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

#7dedec Text Font Color

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

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


#7dedec Background Color

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

This div background color is #7dedec


#7dedec Border Color

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

This div border color is #7dedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedec


Comments

No comments written yet.

Please login to write comment.