Color Hex Logo

#707eac Color Hex

#707EAC
(112,126,172)
0 Favorites   0 Comments

Color spaces of #707eac

RGB 112126172
HSL0.630.270.56
HSV226°35°67°
CMYK 0.350.270.00   0.33
XYZ21.589321.345042.0118
Yxy21.34500.25420.2513
Hunter Lab46.20062.5609-21.5739
CIE-Lab53.32506.2580-26.0760

#707eac color RGB value is (112,126,172).

#707eac hex color red value is 112, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #707eac hue: 0.63 , saturation: 0.27 and the lightness value of 707eac is 0.56.

The process color (four color CMYK) of #707eac color hex is 0.35, 0.27, 0.00, 0.33. Web safe color of #707eac is #666699. Color #707eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111110 10101100
Octal 160 176 254
Decimal 112 126 172
Hex 70 7E AC

RGB Percentages of Color #707eac

%27.32
%30.73
%41.95

CMYK Percentages of Color #707eac

%35
%27
%0
%33

Triadic Colors of #707eac

#707eac #ac707e #7eac70

Analogous Colors of #707eac

#707eac #8070ac #709cac

Monochromatic Colors of #707eac

#707eac

Complementary Color

#707eac #ac9e70

#707eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#707eac Color CSS Codes

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

#707eac Text Font Color

<p style="color:#707eac">Text here</p>

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


#707eac Background Color

<div style="background-color:#707eac">
Div content here</div>

This div background color is #707eac


#707eac Border Color

<div style="border:3px solid #707eac">
Div here</div>

This div border color is #707eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,126,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #707eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #707eac;
  -webkit-box-shadow: 1px 1px 3px 2px #707eac;
  box-shadow:         1px 1px 3px 2px #707eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,126,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 #707eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707eac


Comments

No comments written yet.

Please login to write comment.