Color Hex Logo

#7dccaf Color Hex

#7DCCAF
(125,204,175)
0 Favorites   0 Comments

Color spaces of #7dccaf

RGB 125204175
HSL0.440.440.65
HSV158°39°80°
CMYK 0.390.000.14   0.20
XYZ37.788250.640948.3405
Yxy50.64090.27630.3703
Hunter Lab71.1624-29.74839.5381
CIE-Lab76.4610-30.88196.8415

#7dccaf color RGB value is (125,204,175).

#7dccaf hex color red value is 125, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7dccaf hue: 0.44 , saturation: 0.44 and the lightness value of 7dccaf is 0.65.

The process color (four color CMYK) of #7dccaf color hex is 0.39, 0.00, 0.14, 0.20. Web safe color of #7dccaf is #66cc99. Color #7dccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 10101111
Octal 175 314 257
Decimal 125 204 175
Hex 7D CC AF

RGB Percentages of Color #7dccaf

%24.80
%40.48
%34.72

CMYK Percentages of Color #7dccaf

%39
%0
%14
%20

Triadic Colors of #7dccaf

#7dccaf #af7dcc #ccaf7d

Analogous Colors of #7dccaf

#7dccaf #7dc2cc #7dcc88

Monochromatic Colors of #7dccaf

#7dccaf

Complementary Color

#7dccaf #cc7d9a

#7dccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dccaf Color CSS Codes

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

#7dccaf Text Font Color

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

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


#7dccaf Background Color

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

This div background color is #7dccaf


#7dccaf Border Color

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

This div border color is #7dccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dccaf


Comments

No comments written yet.

Please login to write comment.