Color Hex Logo

#7deddd Color Hex

#7DEDDD
(125,237,221)
0 Favorites   0 Comments

Color spaces of #7deddd

RGB 125237221
HSL0.480.760.71
HSV171°47°93°
CMYK 0.470.000.07   0.07
XYZ51.792870.148879.2169
Yxy70.14880.25750.3487
Hunter Lab83.7549-36.18922.5508
CIE-Lab87.0698-35.8714-2.1733

#7deddd color RGB value is (125,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11011101
Octal 175 355 335
Decimal 125 237 221
Hex 7D ED DD

RGB Percentages of Color #7deddd

%21.44
%40.65
%37.91

CMYK Percentages of Color #7deddd

%47
%0
%7
%7

Triadic Colors of #7deddd

#7deddd #dd7ded #eddd7d

Analogous Colors of #7deddd

#7deddd #7dc5ed #7deda5

Monochromatic Colors of #7deddd

#7deddd

Complementary Color

#7deddd #ed7d8d

#7deddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deddd Color CSS Codes

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

#7deddd Text Font Color

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

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


#7deddd Background Color

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

This div background color is #7deddd


#7deddd Border Color

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

This div border color is #7deddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deddd


Comments

No comments written yet.

Please login to write comment.