Color Hex Logo

#7ccdac Color Hex

#7CCDAC
(124,205,172)
0 Favorites   0 Comments

Color spaces of #7ccdac

RGB 124205172
HSL0.430.450.65
HSV156°40°80°
CMYK 0.400.000.16   0.20
XYZ37.589950.926346.8783
Yxy50.92630.27760.3761
Hunter Lab71.3627-30.860711.0061
CIE-Lab76.6343-32.27348.6946

#7ccdac color RGB value is (124,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001101 10101100
Octal 174 315 254
Decimal 124 205 172
Hex 7C CD AC

RGB Percentages of Color #7ccdac

%24.75
%40.92
%34.33

CMYK Percentages of Color #7ccdac

%40
%0
%16
%20

Triadic Colors of #7ccdac

#7ccdac #ac7ccd #cdac7c

Analogous Colors of #7ccdac

#7ccdac #7cc6cd #7ccd84

Monochromatic Colors of #7ccdac

#7ccdac

Complementary Color

#7ccdac #cd7c9d

#7ccdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccdac Color CSS Codes

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

#7ccdac Text Font Color

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

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


#7ccdac Background Color

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

This div background color is #7ccdac


#7ccdac Border Color

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

This div border color is #7ccdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccdac


Comments

No comments written yet.

Please login to write comment.