Color Hex Logo

#709aee Color Hex

#709AEE
(112,154,238)
0 Favorites   0 Comments

Color spaces of #709aee

RGB 112154238
HSL0.610.790.69
HSV220°53°93°
CMYK 0.530.350.00   0.07
XYZ33.670332.729085.4316
Yxy32.72900.22180.2156
Hunter Lab57.20934.9393-48.4923
CIE-Lab63.94099.2124-46.6368

#709aee color RGB value is (112,154,238).

#709aee hex color red value is 112, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #709aee hue: 0.61 , saturation: 0.79 and the lightness value of 709aee is 0.69.

The process color (four color CMYK) of #709aee color hex is 0.53, 0.35, 0.00, 0.07. Web safe color of #709aee is #6699ff. Color #709aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011010 11101110
Octal 160 232 356
Decimal 112 154 238
Hex 70 9A EE

RGB Percentages of Color #709aee

%22.22
%30.56
%47.22

CMYK Percentages of Color #709aee

%53
%35
%0
%7

Triadic Colors of #709aee

#709aee #ee709a #9aee70

Analogous Colors of #709aee

#709aee #8570ee #70d9ee

Monochromatic Colors of #709aee

#709aee

Complementary Color

#709aee #eec470

#709aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#709aee Color CSS Codes

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

#709aee Text Font Color

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

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


#709aee Background Color

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

This div background color is #709aee


#709aee Border Color

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

This div border color is #709aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709aee


Comments

No comments written yet.

Please login to write comment.