Color Hex Logo

#709aae Color Hex

#709AAE
(112,154,174)
0 Favorites   0 Comments

Color spaces of #709aae

RGB 112154174
HSL0.550.280.56
HSV199°36°68°
CMYK 0.360.110.00   0.32
XYZ25.877729.611944.3962
Yxy29.61190.25910.2965
Hunter Lab54.4168-10.3445-10.2802
CIE-Lab61.3179-9.2016-14.9992

#709aae color RGB value is (112,154,174).

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

The process color (four color CMYK) of #709aae color hex is 0.36, 0.11, 0.00, 0.32. Web safe color of #709aae is #669999. Color #709aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011010 10101110
Octal 160 232 256
Decimal 112 154 174
Hex 70 9A AE

RGB Percentages of Color #709aae

%25.45
%35.00
%39.55

CMYK Percentages of Color #709aae

%36
%11
%0
%32

Triadic Colors of #709aae

#709aae #ae709a #9aae70

Analogous Colors of #709aae

#709aae #707bae #70aea3

Monochromatic Colors of #709aae

#709aae

Complementary Color

#709aae #ae8470

#709aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#709aae Color CSS Codes

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

#709aae Text Font Color

<p style="color:#709aae">Text here</p>

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


#709aae Background Color

<div style="background-color:#709aae">
Div content here</div>

This div background color is #709aae


#709aae Border Color

<div style="border:3px solid #709aae">
Div here</div>

This div border color is #709aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709aae


Comments

No comments written yet.

Please login to write comment.