Color Hex Logo

#7ffadd Color Hex

#7FFADD
(127,250,221)
0 Favorites   0 Comments

Color spaces of #7ffadd

RGB 127250221
HSL0.460.920.74
HSV166°49°98°
CMYK 0.490.000.12   0.02
XYZ55.989178.103780.5312
Yxy78.10370.26090.3639
Hunter Lab88.3763-41.57337.8365
CIE-Lab90.8272-41.32283.3156

#7ffadd color RGB value is (127,250,221).

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

The process color (four color CMYK) of #7ffadd color hex is 0.49, 0.00, 0.12, 0.02. Web safe color of #7ffadd is #66ffcc. Color #7ffadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111010 11011101
Octal 177 372 335
Decimal 127 250 221
Hex 7F FA DD

RGB Percentages of Color #7ffadd

%21.24
%41.81
%36.96

CMYK Percentages of Color #7ffadd

%49
%0
%12
%2

Triadic Colors of #7ffadd

#7ffadd #dd7ffa #fadd7f

Analogous Colors of #7ffadd

#7ffadd #7fdafa #7ffaa0

Monochromatic Colors of #7ffadd

#7ffadd

Complementary Color

#7ffadd #fa7f9c

#7ffadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffadd Color CSS Codes

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

#7ffadd Text Font Color

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

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


#7ffadd Background Color

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

This div background color is #7ffadd


#7ffadd Border Color

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

This div border color is #7ffadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffadd


Comments

No comments written yet.

Please login to write comment.