Color Hex Logo

#7cacad Color Hex

#7CACAD
(124,172,173)
0 Favorites   0 Comments

Color spaces of #7cacad

RGB 124172173
HSL0.500.230.58
HSV181°28°68°
CMYK 0.280.010.00   0.32
XYZ30.607536.807345.0265
Yxy36.80730.27220.3273
Hunter Lab60.6690-16.1176-1.5347
CIE-Lab67.1322-15.6134-5.6731

#7cacad color RGB value is (124,172,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 10101101
Octal 174 254 255
Decimal 124 172 173
Hex 7C AC AD

RGB Percentages of Color #7cacad

%26.44
%36.67
%36.89

CMYK Percentages of Color #7cacad

%28
%1
%0
%32

Triadic Colors of #7cacad

#7cacad #ad7cac #acad7c

Analogous Colors of #7cacad

#7cacad #7c94ad #7cad96

Monochromatic Colors of #7cacad

#7cacad

Complementary Color

#7cacad #ad7d7c

#7cacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cacad Color CSS Codes

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

#7cacad Text Font Color

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

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


#7cacad Background Color

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

This div background color is #7cacad


#7cacad Border Color

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

This div border color is #7cacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cacad


Comments

No comments written yet.

Please login to write comment.