Color Hex Logo

#7ccaae Color Hex

#7CCAAE
(124,202,174)
0 Favorites   0 Comments

Color spaces of #7ccaae

RGB 124202174
HSL0.440.420.64
HSV158°39°79°
CMYK 0.390.000.14   0.21
XYZ37.072749.582147.6608
Yxy49.58210.27600.3691
Hunter Lab70.4146-29.24679.1592
CIE-Lab75.8120-30.42006.4412

#7ccaae color RGB value is (124,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 10101110
Octal 174 312 256
Decimal 124 202 174
Hex 7C CA AE

RGB Percentages of Color #7ccaae

%24.80
%40.40
%34.80

CMYK Percentages of Color #7ccaae

%39
%0
%14
%21

Triadic Colors of #7ccaae

#7ccaae #ae7cca #caae7c

Analogous Colors of #7ccaae

#7ccaae #7cbfca #7cca87

Monochromatic Colors of #7ccaae

#7ccaae

Complementary Color

#7ccaae #ca7c98

#7ccaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccaae Color CSS Codes

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

#7ccaae Text Font Color

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

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


#7ccaae Background Color

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

This div background color is #7ccaae


#7ccaae Border Color

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

This div border color is #7ccaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccaae


Comments

No comments written yet.

Please login to write comment.