Color Hex Logo

#7d8cac Color Hex

#7D8CAC
(125,140,172)
0 Favorites   0 Comments

Color spaces of #7d8cac

RGB 125140172
HSL0.610.220.58
HSV221°27°67°
CMYK 0.270.190.00   0.33
XYZ25.281926.094742.7340
Yxy26.09470.26860.2773
Hunter Lab51.0830-1.0523-13.8416
CIE-Lab58.12682.0466-18.6266

#7d8cac color RGB value is (125,140,172).

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

The process color (four color CMYK) of #7d8cac color hex is 0.27, 0.19, 0.00, 0.33. Web safe color of #7d8cac is #669999. Color #7d8cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10001100 10101100
Octal 175 214 254
Decimal 125 140 172
Hex 7D 8C AC

RGB Percentages of Color #7d8cac

%28.60
%32.04
%39.36

CMYK Percentages of Color #7d8cac

%27
%19
%0
%33

Triadic Colors of #7d8cac

#7d8cac #ac7d8c #8cac7d

Analogous Colors of #7d8cac

#7d8cac #867dac #7da4ac

Monochromatic Colors of #7d8cac

#7d8cac

Complementary Color

#7d8cac #ac9d7d

#7d8cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d8cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d8cac Color CSS Codes

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

#7d8cac Text Font Color

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

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


#7d8cac Background Color

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

This div background color is #7d8cac


#7d8cac Border Color

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

This div border color is #7d8cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d8cac


Comments

No comments written yet.

Please login to write comment.