Color Hex Logo

#7dfcac Color Hex

#7DFCAC
(125,252,172)
0 Favorites   0 Comments

Color spaces of #7dfcac

RGB 125252172
HSL0.400.950.74
HSV142°50°99°
CMYK 0.500.000.32   0.01
XYZ50.714276.959351.2114
Yxy76.95930.28350.4302
Hunter Lab87.7264-50.331426.7972
CIE-Lab90.3029-52.662027.7444

#7dfcac color RGB value is (125,252,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111100 10101100
Octal 175 374 254
Decimal 125 252 172
Hex 7D FC AC

RGB Percentages of Color #7dfcac

%22.77
%45.90
%31.33

CMYK Percentages of Color #7dfcac

%50
%0
%32
%1

Triadic Colors of #7dfcac

#7dfcac #ac7dfc #fcac7d

Analogous Colors of #7dfcac

#7dfcac #7dfcec #8efc7d

Monochromatic Colors of #7dfcac

#7dfcac

Complementary Color

#7dfcac #fc7dcd

#7dfcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfcac Color CSS Codes

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

#7dfcac Text Font Color

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

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


#7dfcac Background Color

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

This div background color is #7dfcac


#7dfcac Border Color

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

This div border color is #7dfcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfcac


Comments

No comments written yet.

Please login to write comment.