Color Hex Logo

#709aeb Color Hex

#709AEB
(112,154,235)
0 Favorites   0 Comments

Color spaces of #709aeb

RGB 112154235
HSL0.610.750.68
HSV220°52°92°
CMYK 0.520.340.00   0.08
XYZ33.233132.554183.1293
Yxy32.55410.22320.2186
Hunter Lab57.05624.1212-46.4445
CIE-Lab63.79828.2893-45.2106

#709aeb color RGB value is (112,154,235).

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

The process color (four color CMYK) of #709aeb color hex is 0.52, 0.34, 0.00, 0.08. Web safe color of #709aeb is #6699ff. Color #709aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011010 11101011
Octal 160 232 353
Decimal 112 154 235
Hex 70 9A EB

RGB Percentages of Color #709aeb

%22.36
%30.74
%46.91

CMYK Percentages of Color #709aeb

%52
%34
%0
%8

Triadic Colors of #709aeb

#709aeb #eb709a #9aeb70

Analogous Colors of #709aeb

#709aeb #8470eb #70d8eb

Monochromatic Colors of #709aeb

#709aeb

Complementary Color

#709aeb #ebc170

#709aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#709aeb Color CSS Codes

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

#709aeb Text Font Color

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

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


#709aeb Background Color

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

This div background color is #709aeb


#709aeb Border Color

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

This div border color is #709aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709aeb


Comments

No comments written yet.

Please login to write comment.