Color Hex Logo

#7dfaad Color Hex

#7DFAAD
(125,250,173)
0 Favorites   0 Comments

Color spaces of #7dfaad

RGB 125250173
HSL0.400.930.74
HSV143°50°98°
CMYK 0.500.000.31   0.02
XYZ50.185975.748351.5110
Yxy75.74830.28280.4269
Hunter Lab87.0335-49.380625.8325
CIE-Lab89.7423-51.659126.4752

#7dfaad color RGB value is (125,250,173).

#7dfaad hex color red value is 125, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7dfaad hue: 0.40 , saturation: 0.93 and the lightness value of 7dfaad is 0.74.

The process color (four color CMYK) of #7dfaad color hex is 0.50, 0.00, 0.31, 0.02. Web safe color of #7dfaad is #66ff99. Color #7dfaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111010 10101101
Octal 175 372 255
Decimal 125 250 173
Hex 7D FA AD

RGB Percentages of Color #7dfaad

%22.81
%45.62
%31.57

CMYK Percentages of Color #7dfaad

%50
%0
%31
%2

Triadic Colors of #7dfaad

#7dfaad #ad7dfa #faad7d

Analogous Colors of #7dfaad

#7dfaad #7dfaec #8cfa7d

Monochromatic Colors of #7dfaad

#7dfaad

Complementary Color

#7dfaad #fa7dca

#7dfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfaad Color CSS Codes

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

#7dfaad Text Font Color

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

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


#7dfaad Background Color

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

This div background color is #7dfaad


#7dfaad Border Color

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

This div border color is #7dfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfaad


Comments

No comments written yet.

Please login to write comment.