Color Hex Logo

#7caaac Color Hex

#7CAAAC
(124,170,172)
0 Favorites   0 Comments

Color spaces of #7caaac

RGB 124170172
HSL0.510.220.58
HSV183°28°67°
CMYK 0.280.010.00   0.33
XYZ30.133336.013144.3928
Yxy36.01310.27260.3258
Hunter Lab60.0109-15.3888-1.8519
CIE-Lab66.5299-14.7965-6.0092

#7caaac color RGB value is (124,170,172).

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

The process color (four color CMYK) of #7caaac color hex is 0.28, 0.01, 0.00, 0.33. Web safe color of #7caaac is #669999. Color #7caaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101010 10101100
Octal 174 252 254
Decimal 124 170 172
Hex 7C AA AC

RGB Percentages of Color #7caaac

%26.61
%36.48
%36.91

CMYK Percentages of Color #7caaac

%28
%1
%0
%33

Triadic Colors of #7caaac

#7caaac #ac7caa #aaac7c

Analogous Colors of #7caaac

#7caaac #7c92ac #7cac96

Monochromatic Colors of #7caaac

#7caaac

Complementary Color

#7caaac #ac7e7c

#7caaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caaac Color CSS Codes

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

#7caaac Text Font Color

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

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


#7caaac Background Color

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

This div background color is #7caaac


#7caaac Border Color

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

This div border color is #7caaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caaac


Comments

No comments written yet.

Please login to write comment.