Color Hex Logo

#7dccad Color Hex

#7DCCAD
(125,204,173)
0 Favorites   0 Comments

Color spaces of #7dccad

RGB 125204173
HSL0.430.440.65
HSV156°39°80°
CMYK 0.390.000.15   0.20
XYZ37.593150.562847.3134
Yxy50.56280.27750.3732
Hunter Lab71.1075-30.068910.3250
CIE-Lab76.4134-31.31077.8479

#7dccad color RGB value is (125,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 10101101
Octal 175 314 255
Decimal 125 204 173
Hex 7D CC AD

RGB Percentages of Color #7dccad

%24.90
%40.64
%34.46

CMYK Percentages of Color #7dccad

%39
%0
%15
%20

Triadic Colors of #7dccad

#7dccad #ad7dcc #ccad7d

Analogous Colors of #7dccad

#7dccad #7dc4cc #7dcc86

Monochromatic Colors of #7dccad

#7dccad

Complementary Color

#7dccad #cc7d9c

#7dccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dccad Color CSS Codes

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

#7dccad Text Font Color

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

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


#7dccad Background Color

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

This div background color is #7dccad


#7dccad Border Color

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

This div border color is #7dccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dccad


Comments

No comments written yet.

Please login to write comment.