Color Hex Logo

#7ccdaa Color Hex

#7CCDAA
(124,205,170)
0 Favorites   0 Comments

Color spaces of #7ccdaa

RGB 124205170
HSL0.430.450.65
HSV154°40°80°
CMYK 0.400.000.17   0.20
XYZ37.399250.850045.8741
Yxy50.85000.27880.3791
Hunter Lab71.3092-31.174011.7744
CIE-Lab76.5881-32.69569.7009

#7ccdaa color RGB value is (124,205,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001101 10101010
Octal 174 315 252
Decimal 124 205 170
Hex 7C CD AA

RGB Percentages of Color #7ccdaa

%24.85
%41.08
%34.07

CMYK Percentages of Color #7ccdaa

%40
%0
%17
%20

Triadic Colors of #7ccdaa

#7ccdaa #aa7ccd #cdaa7c

Analogous Colors of #7ccdaa

#7ccdaa #7cc8cd #7ccd82

Monochromatic Colors of #7ccdaa

#7ccdaa

Complementary Color

#7ccdaa #cd7c9f

#7ccdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccdaa Color CSS Codes

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

#7ccdaa Text Font Color

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

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


#7ccdaa Background Color

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

This div background color is #7ccdaa


#7ccdaa Border Color

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

This div border color is #7ccdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccdaa


Comments

No comments written yet.

Please login to write comment.