Color Hex Logo

#7dfedd Color Hex

#7DFEDD
(125,254,221)
0 Favorites   0 Comments

Color spaces of #7dfedd

RGB 125254221
HSL0.460.980.74
HSV165°51°100°
CMYK 0.510.000.13   0.00
XYZ56.950480.464180.9361
Yxy80.46410.26080.3685
Hunter Lab89.7018-43.65109.2951
CIE-Lab91.8927-43.53024.8500

#7dfedd color RGB value is (125,254,221).

#7dfedd hex color red value is 125, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7dfedd hue: 0.46 , saturation: 0.98 and the lightness value of 7dfedd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111110 11011101
Octal 175 376 335
Decimal 125 254 221
Hex 7D FE DD

RGB Percentages of Color #7dfedd

%20.83
%42.33
%36.83

CMYK Percentages of Color #7dfedd

%51
%0
%13
%0

Triadic Colors of #7dfedd

#7dfedd #dd7dfe #fedd7d

Analogous Colors of #7dfedd

#7dfedd #7ddffe #7dfe9d

Monochromatic Colors of #7dfedd

#7dfedd

Complementary Color

#7dfedd #fe7d9e

#7dfedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfedd Color CSS Codes

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

#7dfedd Text Font Color

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

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


#7dfedd Background Color

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

This div background color is #7dfedd


#7dfedd Border Color

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

This div border color is #7dfedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfedd


Comments

No comments written yet.

Please login to write comment.