Color Hex Logo

#7094ae Color Hex

#7094AE
(112,148,174)
0 Favorites   0 Comments

Color spaces of #7094ae

RGB 112148174
HSL0.570.280.56
HSV205°36°68°
CMYK 0.360.150.00   0.32
XYZ24.912027.680544.0743
Yxy27.68050.25770.2863
Hunter Lab52.6123-7.5514-12.8398
CIE-Lab59.5990-5.8748-17.6036

#7094ae color RGB value is (112,148,174).

#7094ae hex color red value is 112, green value is 148 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7094ae hue: 0.57 , saturation: 0.28 and the lightness value of 7094ae is 0.56.

The process color (four color CMYK) of #7094ae color hex is 0.36, 0.15, 0.00, 0.32. Web safe color of #7094ae is #669999. Color #7094ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010100 10101110
Octal 160 224 256
Decimal 112 148 174
Hex 70 94 AE

RGB Percentages of Color #7094ae

%25.81
%34.10
%40.09

CMYK Percentages of Color #7094ae

%36
%15
%0
%32

Triadic Colors of #7094ae

#7094ae #ae7094 #94ae70

Analogous Colors of #7094ae

#7094ae #7075ae #70aea9

Monochromatic Colors of #7094ae

#7094ae

Complementary Color

#7094ae #ae8a70

#7094ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7094ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7094ae Color CSS Codes

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

#7094ae Text Font Color

<p style="color:#7094ae">Text here</p>

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


#7094ae Background Color

<div style="background-color:#7094ae">
Div content here</div>

This div background color is #7094ae


#7094ae Border Color

<div style="border:3px solid #7094ae">
Div here</div>

This div border color is #7094ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,148,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7094ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7094ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7094ae;
  box-shadow:         1px 1px 3px 2px #7094ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,148,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7094ae


Comments

No comments written yet.

Please login to write comment.