Color Hex Logo

#7ccaad Color Hex

#7CCAAD
(124,202,173)
0 Favorites   0 Comments

Color spaces of #7ccaad

RGB 124202173
HSL0.440.420.64
HSV158°39°79°
CMYK 0.390.000.14   0.21
XYZ36.975549.543347.1492
Yxy49.54330.27660.3706
Hunter Lab70.3870-29.40819.5551
CIE-Lab75.7881-30.63636.9452

#7ccaad color RGB value is (124,202,173).

#7ccaad hex color red value is 124, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7ccaad hue: 0.44 , saturation: 0.42 and the lightness value of 7ccaad is 0.64.

The process color (four color CMYK) of #7ccaad color hex is 0.39, 0.00, 0.14, 0.21. Web safe color of #7ccaad is #66cc99. Color #7ccaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 10101101
Octal 174 312 255
Decimal 124 202 173
Hex 7C CA AD

RGB Percentages of Color #7ccaad

%24.85
%40.48
%34.67

CMYK Percentages of Color #7ccaad

%39
%0
%14
%21

Triadic Colors of #7ccaad

#7ccaad #ad7cca #caad7c

Analogous Colors of #7ccaad

#7ccaad #7cc0ca #7cca86

Monochromatic Colors of #7ccaad

#7ccaad

Complementary Color

#7ccaad #ca7c99

#7ccaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccaad Color CSS Codes

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

#7ccaad Text Font Color

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

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


#7ccaad Background Color

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

This div background color is #7ccaad


#7ccaad Border Color

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

This div border color is #7ccaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccaad


Comments

No comments written yet.

Please login to write comment.