Color Hex Logo

#7fdaad Color Hex

#7FDAAD
(127,218,173)
0 Favorites   0 Comments

Color spaces of #7fdaad

RGB 127218173
HSL0.420.550.68
HSV150°42°85°
CMYK 0.420.000.21   0.15
XYZ41.366657.672048.4867
Yxy57.67200.28040.3909
Hunter Lab75.9421-35.667515.3046
CIE-Lab80.5561-37.276213.7484

#7fdaad color RGB value is (127,218,173).

#7fdaad hex color red value is 127, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7fdaad hue: 0.42 , saturation: 0.55 and the lightness value of 7fdaad is 0.68.

The process color (four color CMYK) of #7fdaad color hex is 0.42, 0.00, 0.21, 0.15. Web safe color of #7fdaad is #66cc99. Color #7fdaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 10101101
Octal 177 332 255
Decimal 127 218 173
Hex 7F DA AD

RGB Percentages of Color #7fdaad

%24.52
%42.08
%33.40

CMYK Percentages of Color #7fdaad

%42
%0
%21
%15

Triadic Colors of #7fdaad

#7fdaad #ad7fda #daad7f

Analogous Colors of #7fdaad

#7fdaad #7fdada #7fda80

Monochromatic Colors of #7fdaad

#7fdaad

Complementary Color

#7fdaad #da7fac

#7fdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdaad Color CSS Codes

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

#7fdaad Text Font Color

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

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


#7fdaad Background Color

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

This div background color is #7fdaad


#7fdaad Border Color

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

This div border color is #7fdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdaad


Comments

No comments written yet.

Please login to write comment.