Color Hex Logo

#7dfcaa Color Hex

#7DFCAA
(125,252,170)
0 Favorites   0 Comments

Color spaces of #7dfcaa

RGB 125252170
HSL0.390.950.74
HSV141°50°99°
CMYK 0.500.000.33   0.01
XYZ50.523576.883150.2073
Yxy76.88310.28450.4329
Hunter Lab87.6830-50.592427.4286
CIE-Lab90.2678-53.019728.7071

#7dfcaa color RGB value is (125,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111100 10101010
Octal 175 374 252
Decimal 125 252 170
Hex 7D FC AA

RGB Percentages of Color #7dfcaa

%22.85
%46.07
%31.08

CMYK Percentages of Color #7dfcaa

%50
%0
%33
%1

Triadic Colors of #7dfcaa

#7dfcaa #aa7dfc #fcaa7d

Analogous Colors of #7dfcaa

#7dfcaa #7dfcea #90fc7d

Monochromatic Colors of #7dfcaa

#7dfcaa

Complementary Color

#7dfcaa #fc7dcf

#7dfcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfcaa Color CSS Codes

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

#7dfcaa Text Font Color

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

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


#7dfcaa Background Color

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

This div background color is #7dfcaa


#7dfcaa Border Color

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

This div border color is #7dfcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfcaa

Related Colors


Comments

No comments written yet.

Please login to write comment.