Color Hex Logo

#7cc9af Color Hex

#7CC9AF
(124,201,175)
0 Favorites   0 Comments

Color spaces of #7cc9af

RGB 124201175
HSL0.440.420.64
HSV160°38°79°
CMYK 0.380.000.13   0.21
XYZ36.936749.153548.0983
Yxy49.15350.27530.3663
Hunter Lab70.1096-28.65038.4011
CIE-Lab75.5467-29.72375.5205

#7cc9af color RGB value is (124,201,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001001 10101111
Octal 174 311 257
Decimal 124 201 175
Hex 7C C9 AF

RGB Percentages of Color #7cc9af

%24.80
%40.20
%35.00

CMYK Percentages of Color #7cc9af

%38
%0
%13
%21

Triadic Colors of #7cc9af

#7cc9af #af7cc9 #c9af7c

Analogous Colors of #7cc9af

#7cc9af #7cbdc9 #7cc989

Monochromatic Colors of #7cc9af

#7cc9af

Complementary Color

#7cc9af #c97c96

#7cc9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc9af Color CSS Codes

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

#7cc9af Text Font Color

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

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


#7cc9af Background Color

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

This div background color is #7cc9af


#7cc9af Border Color

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

This div border color is #7cc9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc9af


Comments

No comments written yet.

Please login to write comment.