Color Hex Logo

#7caeaa Color Hex

#7CAEAA
(124,174,170)
0 Favorites   0 Comments

Color spaces of #7caeaa

RGB 124174170
HSL0.490.240.58
HSV175°29°68°
CMYK 0.290.000.02   0.32
XYZ30.703937.459543.6423
Yxy37.45950.27460.3350
Hunter Lab61.2042-17.56030.5655
CIE-Lab67.6204-17.3581-3.2887

#7caeaa color RGB value is (124,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101110 10101010
Octal 174 256 252
Decimal 124 174 170
Hex 7C AE AA

RGB Percentages of Color #7caeaa

%26.50
%37.18
%36.32

CMYK Percentages of Color #7caeaa

%29
%0
%2
%32

Triadic Colors of #7caeaa

#7caeaa #aa7cae #aeaa7c

Analogous Colors of #7caeaa

#7caeaa #7c99ae #7cae91

Monochromatic Colors of #7caeaa

#7caeaa

Complementary Color

#7caeaa #ae7c80

#7caeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caeaa Color CSS Codes

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

#7caeaa Text Font Color

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

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


#7caeaa Background Color

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

This div background color is #7caeaa


#7caeaa Border Color

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

This div border color is #7caeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caeaa


Comments

No comments written yet.

Please login to write comment.