Color Hex Logo

#7fedad Color Hex

#7FEDAD
(127,237,173)
0 Favorites   0 Comments

Color spaces of #7fedad

RGB 127237173
HSL0.400.750.71
HSV145°46°93°
CMYK 0.460.000.27   0.07
XYZ46.579468.097550.2243
Yxy68.09750.28250.4130
Hunter Lab82.5212-43.657121.6796
CIE-Lab86.0552-45.688321.4266

#7fedad color RGB value is (127,237,173).

#7fedad hex color red value is 127, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7fedad hue: 0.40 , saturation: 0.75 and the lightness value of 7fedad is 0.71.

The process color (four color CMYK) of #7fedad color hex is 0.46, 0.00, 0.27, 0.07. Web safe color of #7fedad is #66ff99. Color #7fedad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 10101101
Octal 177 355 255
Decimal 127 237 173
Hex 7F ED AD

RGB Percentages of Color #7fedad

%23.65
%44.13
%32.22

CMYK Percentages of Color #7fedad

%46
%0
%27
%7

Triadic Colors of #7fedad

#7fedad #ad7fed #edad7f

Analogous Colors of #7fedad

#7fedad #7fede4 #88ed7f

Monochromatic Colors of #7fedad

#7fedad

Complementary Color

#7fedad #ed7fbf

#7fedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedad Color CSS Codes

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

#7fedad Text Font Color

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

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


#7fedad Background Color

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

This div background color is #7fedad


#7fedad Border Color

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

This div border color is #7fedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedad


Comments

No comments written yet.

Please login to write comment.