Color Hex Logo

#7fcdad Color Hex

#7FCDAD
(127,205,173)
0 Favorites   0 Comments

Color spaces of #7fcdad

RGB 127205173
HSL0.430.440.65
HSV155°38°80°
CMYK 0.380.000.16   0.20
XYZ38.126551.191847.4067
Yxy51.19180.27890.3744
Hunter Lab71.5484-30.091310.7994
CIE-Lab76.7950-31.22808.4063

#7fcdad color RGB value is (127,205,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001101 10101101
Octal 177 315 255
Decimal 127 205 173
Hex 7F CD AD

RGB Percentages of Color #7fcdad

%25.15
%40.59
%34.26

CMYK Percentages of Color #7fcdad

%38
%0
%16
%20

Triadic Colors of #7fcdad

#7fcdad #ad7fcd #cdad7f

Analogous Colors of #7fcdad

#7fcdad #7fc6cd #7fcd86

Monochromatic Colors of #7fcdad

#7fcdad

Complementary Color

#7fcdad #cd7f9f

#7fcdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcdad Color CSS Codes

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

#7fcdad Text Font Color

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

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


#7fcdad Background Color

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

This div background color is #7fcdad


#7fcdad Border Color

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

This div border color is #7fcdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcdad


Comments

No comments written yet.

Please login to write comment.