Color Hex Logo

#7fd5ad Color Hex

#7FD5AD
(127,213,173)
0 Favorites   0 Comments

Color spaces of #7fd5ad

RGB 127213173
HSL0.420.510.67
HSV152°40°84°
CMYK 0.400.000.19   0.16
XYZ40.089555.117748.0610
Yxy55.11770.27980.3847
Hunter Lab74.2413-33.534213.5868
CIE-Lab79.1090-34.979011.7017

#7fd5ad color RGB value is (127,213,173).

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

The process color (four color CMYK) of #7fd5ad color hex is 0.40, 0.00, 0.19, 0.16. Web safe color of #7fd5ad is #66cc99. Color #7fd5ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11010101 10101101
Octal 177 325 255
Decimal 127 213 173
Hex 7F D5 AD

RGB Percentages of Color #7fd5ad

%24.76
%41.52
%33.72

CMYK Percentages of Color #7fd5ad

%40
%0
%19
%16

Triadic Colors of #7fd5ad

#7fd5ad #ad7fd5 #d5ad7f

Analogous Colors of #7fd5ad

#7fd5ad #7fd2d5 #7fd582

Monochromatic Colors of #7fd5ad

#7fd5ad

Complementary Color

#7fd5ad #d57fa7

#7fd5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fd5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fd5ad Color CSS Codes

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

#7fd5ad Text Font Color

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

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


#7fd5ad Background Color

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

This div background color is #7fd5ad


#7fd5ad Border Color

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

This div border color is #7fd5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fd5ad


Comments

No comments written yet.

Please login to write comment.