Color Hex Logo

#7dcdad Color Hex

#7DCDAD
(125,205,173)
0 Favorites   0 Comments

Color spaces of #7dcdad

RGB 125205173
HSL0.430.440.65
HSV156°39°80°
CMYK 0.390.000.16   0.20
XYZ37.831651.039747.3929
Yxy51.03970.27760.3746
Hunter Lab71.4421-30.500310.6779
CIE-Lab76.7031-31.78468.2624

#7dcdad color RGB value is (125,205,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001101 10101101
Octal 175 315 255
Decimal 125 205 173
Hex 7D CD AD

RGB Percentages of Color #7dcdad

%24.85
%40.76
%34.39

CMYK Percentages of Color #7dcdad

%39
%0
%16
%20

Triadic Colors of #7dcdad

#7dcdad #ad7dcd #cdad7d

Analogous Colors of #7dcdad

#7dcdad #7dc5cd #7dcd85

Monochromatic Colors of #7dcdad

#7dcdad

Complementary Color

#7dcdad #cd7d9d

#7dcdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcdad Color CSS Codes

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

#7dcdad Text Font Color

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

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


#7dcdad Background Color

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

This div background color is #7dcdad


#7dcdad Border Color

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

This div border color is #7dcdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcdad


Comments

No comments written yet.

Please login to write comment.