Color Hex Logo

#7cfaaa Color Hex

#7CFAAA
(124,250,170)
0 Favorites   0 Comments

Color spaces of #7cfaaa

RGB 124250170
HSL0.390.930.73
HSV142°50°98°
CMYK 0.500.000.32   0.02
XYZ49.753575.558649.9922
Yxy75.55860.28380.4310
Hunter Lab86.9244-49.948626.7481
CIE-Lab89.6540-52.442327.8698

#7cfaaa color RGB value is (124,250,170).

#7cfaaa hex color red value is 124, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7cfaaa hue: 0.39 , saturation: 0.93 and the lightness value of 7cfaaa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111010 10101010
Octal 174 372 252
Decimal 124 250 170
Hex 7C FA AA

RGB Percentages of Color #7cfaaa

%22.79
%45.96
%31.25

CMYK Percentages of Color #7cfaaa

%50
%0
%32
%2

Triadic Colors of #7cfaaa

#7cfaaa #aa7cfa #faaa7c

Analogous Colors of #7cfaaa

#7cfaaa #7cfae9 #8dfa7c

Monochromatic Colors of #7cfaaa

#7cfaaa

Complementary Color

#7cfaaa #fa7ccc

#7cfaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfaaa Color CSS Codes

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

#7cfaaa Text Font Color

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

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


#7cfaaa Background Color

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

This div background color is #7cfaaa


#7cfaaa Border Color

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

This div border color is #7cfaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfaaa


Comments

No comments written yet.

Please login to write comment.