Color Hex Logo

#7cadaa Color Hex

#7CADAA
(124,173,170)
0 Favorites   0 Comments

Color spaces of #7cadaa

RGB 124173170
HSL0.490.230.58
HSV176°28°68°
CMYK 0.280.000.02   0.32
XYZ30.511437.074543.5782
Yxy37.07450.27450.3335
Hunter Lab60.8888-17.10910.1883
CIE-Lab67.3329-16.8375-3.7121

#7cadaa color RGB value is (124,173,170).

#7cadaa hex color red value is 124, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7cadaa hue: 0.49 , saturation: 0.23 and the lightness value of 7cadaa is 0.58.

The process color (four color CMYK) of #7cadaa color hex is 0.28, 0.00, 0.02, 0.32. Web safe color of #7cadaa is #669999. Color #7cadaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101101 10101010
Octal 174 255 252
Decimal 124 173 170
Hex 7C AD AA

RGB Percentages of Color #7cadaa

%26.55
%37.04
%36.40

CMYK Percentages of Color #7cadaa

%28
%0
%2
%32

Triadic Colors of #7cadaa

#7cadaa #aa7cad #adaa7c

Analogous Colors of #7cadaa

#7cadaa #7c98ad #7cad92

Monochromatic Colors of #7cadaa

#7cadaa

Complementary Color

#7cadaa #ad7c7f

#7cadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cadaa Color CSS Codes

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

#7cadaa Text Font Color

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

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


#7cadaa Background Color

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

This div background color is #7cadaa


#7cadaa Border Color

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

This div border color is #7cadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cadaa


Comments

No comments written yet.

Please login to write comment.