Color Hex Logo

#7ffcaa Color Hex

#7FFCAA
(127,252,170)
0 Favorites   0 Comments

Color spaces of #7ffcaa

RGB 127252170
HSL0.390.950.74
HSV141°50°99°
CMYK 0.500.000.33   0.01
XYZ50.818577.035150.2211
Yxy77.03510.28540.4326
Hunter Lab87.7696-50.245627.5135
CIE-Lab90.3378-52.534628.8136

#7ffcaa color RGB value is (127,252,170).

#7ffcaa hex color red value is 127, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7ffcaa hue: 0.39 , saturation: 0.95 and the lightness value of 7ffcaa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111100 10101010
Octal 177 374 252
Decimal 127 252 170
Hex 7F FC AA

RGB Percentages of Color #7ffcaa

%23.13
%45.90
%30.97

CMYK Percentages of Color #7ffcaa

%50
%0
%33
%1

Triadic Colors of #7ffcaa

#7ffcaa #aa7ffc #fcaa7f

Analogous Colors of #7ffcaa

#7ffcaa #7ffce9 #93fc7f

Monochromatic Colors of #7ffcaa

#7ffcaa

Complementary Color

#7ffcaa #fc7fd1

#7ffcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffcaa Color CSS Codes

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

#7ffcaa Text Font Color

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

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


#7ffcaa Background Color

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

This div background color is #7ffcaa


#7ffcaa Border Color

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

This div border color is #7ffcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,252,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffcaa


Comments

No comments written yet.

Please login to write comment.