Color Hex Logo

#7ccaa9 Color Hex

#7CCAA9
(124,202,169)
0 Favorites   0 Comments

Color spaces of #7ccaa9

RGB 124202169
HSL0.430.420.64
HSV155°39°79°
CMYK 0.390.000.16   0.21
XYZ36.594149.390745.1408
Yxy49.39070.27910.3767
Hunter Lab70.2785-30.042311.1122
CIE-Lab75.6937-31.48908.9622

#7ccaa9 color RGB value is (124,202,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 10101001
Octal 174 312 251
Decimal 124 202 169
Hex 7C CA A9

RGB Percentages of Color #7ccaa9

%25.05
%40.81
%34.14

CMYK Percentages of Color #7ccaa9

%39
%0
%16
%21

Triadic Colors of #7ccaa9

#7ccaa9 #a97cca #caa97c

Analogous Colors of #7ccaa9

#7ccaa9 #7cc4ca #7cca82

Monochromatic Colors of #7ccaa9

#7ccaa9

Complementary Color

#7ccaa9 #ca7c9d

#7ccaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccaa9 Color CSS Codes

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

#7ccaa9 Text Font Color

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

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


#7ccaa9 Background Color

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

This div background color is #7ccaa9


#7ccaa9 Border Color

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

This div border color is #7ccaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccaa9


Comments

No comments written yet.

Please login to write comment.