Color Hex Logo

#7fcdaf Color Hex

#7FCDAF
(127,205,175)
0 Favorites   0 Comments

Color spaces of #7fcdaf

RGB 127205175
HSL0.440.440.65
HSV157°38°80°
CMYK 0.380.000.15   0.20
XYZ38.321651.269848.4337
Yxy51.26980.27760.3715
Hunter Lab71.6029-29.772710.0171
CIE-Lab76.8422-30.80317.4007

#7fcdaf color RGB value is (127,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001101 10101111
Octal 177 315 257
Decimal 127 205 175
Hex 7F CD AF

RGB Percentages of Color #7fcdaf

%25.05
%40.43
%34.52

CMYK Percentages of Color #7fcdaf

%38
%0
%15
%20

Triadic Colors of #7fcdaf

#7fcdaf #af7fcd #cdaf7f

Analogous Colors of #7fcdaf

#7fcdaf #7fc4cd #7fcd88

Monochromatic Colors of #7fcdaf

#7fcdaf

Complementary Color

#7fcdaf #cd7f9d

#7fcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcdaf Color CSS Codes

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

#7fcdaf Text Font Color

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

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


#7fcdaf Background Color

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

This div background color is #7fcdaf


#7fcdaf Border Color

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

This div border color is #7fcdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcdaf


Comments

No comments written yet.

Please login to write comment.