Color Hex Logo

#7ccdae Color Hex

#7CCDAE
(124,205,174)
0 Favorites   0 Comments

Color spaces of #7ccdae

RGB 124205174
HSL0.440.450.65
HSV157°40°80°
CMYK 0.400.000.15   0.20
XYZ37.783551.003747.8977
Yxy51.00370.27640.3731
Hunter Lab71.4169-30.543110.2273
CIE-Lab76.6813-31.84667.6886

#7ccdae color RGB value is (124,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001101 10101110
Octal 174 315 256
Decimal 124 205 174
Hex 7C CD AE

RGB Percentages of Color #7ccdae

%24.65
%40.76
%34.59

CMYK Percentages of Color #7ccdae

%40
%0
%15
%20

Triadic Colors of #7ccdae

#7ccdae #ae7ccd #cdae7c

Analogous Colors of #7ccdae

#7ccdae #7cc4cd #7ccd86

Monochromatic Colors of #7ccdae

#7ccdae

Complementary Color

#7ccdae #cd7c9b

#7ccdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccdae Color CSS Codes

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

#7ccdae Text Font Color

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

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


#7ccdae Background Color

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

This div background color is #7ccdae


#7ccdae Border Color

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

This div border color is #7ccdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccdae


Comments

No comments written yet.

Please login to write comment.