Color Hex Logo

#7dfcad Color Hex

#7DFCAD
(125,252,173)
0 Favorites   0 Comments

Color spaces of #7dfcad

RGB 125252173
HSL0.400.950.74
HSV143°50°99°
CMYK 0.500.000.31   0.01
XYZ50.810776.997951.7192
Yxy76.99790.28300.4289
Hunter Lab87.7484-50.199426.4782
CIE-Lab90.3206-52.481627.2626

#7dfcad color RGB value is (125,252,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111100 10101101
Octal 175 374 255
Decimal 125 252 173
Hex 7D FC AD

RGB Percentages of Color #7dfcad

%22.73
%45.82
%31.45

CMYK Percentages of Color #7dfcad

%50
%0
%31
%1

Triadic Colors of #7dfcad

#7dfcad #ad7dfc #fcad7d

Analogous Colors of #7dfcad

#7dfcad #7dfced #8dfc7d

Monochromatic Colors of #7dfcad

#7dfcad

Complementary Color

#7dfcad #fc7dcc

#7dfcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfcad Color CSS Codes

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

#7dfcad Text Font Color

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

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


#7dfcad Background Color

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

This div background color is #7dfcad


#7dfcad Border Color

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

This div border color is #7dfcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfcad


Comments

No comments written yet.

Please login to write comment.