Color Hex Logo

#7fcdaa Color Hex

#7FCDAA
(127,205,170)
0 Favorites   0 Comments

Color spaces of #7fcdaa

RGB 127205170
HSL0.430.440.65
HSV153°38°80°
CMYK 0.380.000.17   0.20
XYZ37.839451.076945.8947
Yxy51.07690.28070.3789
Hunter Lab71.4681-30.560811.9534
CIE-Lab76.7256-31.85649.9156

#7fcdaa color RGB value is (127,205,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001101 10101010
Octal 177 315 252
Decimal 127 205 170
Hex 7F CD AA

RGB Percentages of Color #7fcdaa

%25.30
%40.84
%33.86

CMYK Percentages of Color #7fcdaa

%38
%0
%17
%20

Triadic Colors of #7fcdaa

#7fcdaa #aa7fcd #cdaa7f

Analogous Colors of #7fcdaa

#7fcdaa #7fc9cd #7fcd83

Monochromatic Colors of #7fcdaa

#7fcdaa

Complementary Color

#7fcdaa #cd7fa2

#7fcdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcdaa Color CSS Codes

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

#7fcdaa Text Font Color

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

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


#7fcdaa Background Color

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

This div background color is #7fcdaa


#7fcdaa Border Color

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

This div border color is #7fcdaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,205,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcdaa


Comments

No comments written yet.

Please login to write comment.