Color Hex Logo

#709afc Color Hex

#709AFC
(112,154,252)
0 Favorites   0 Comments

Color spaces of #709afc

RGB 112154252
HSL0.620.960.71
HSV222°56°99°
CMYK 0.560.390.00   0.01
XYZ35.808433.584296.6906
Yxy33.58420.21560.2022
Hunter Lab57.95198.8792-58.3569
CIE-Lab64.631213.5724-53.2182

#709afc color RGB value is (112,154,252).

#709afc hex color red value is 112, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #709afc hue: 0.62 , saturation: 0.96 and the lightness value of 709afc is 0.71.

The process color (four color CMYK) of #709afc color hex is 0.56, 0.39, 0.00, 0.01. Web safe color of #709afc is #6699ff. Color #709afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011010 11111100
Octal 160 232 374
Decimal 112 154 252
Hex 70 9A FC

RGB Percentages of Color #709afc

%21.62
%29.73
%48.65

CMYK Percentages of Color #709afc

%56
%39
%0
%1

Triadic Colors of #709afc

#709afc #fc709a #9afc70

Analogous Colors of #709afc

#709afc #8c70fc #70e0fc

Monochromatic Colors of #709afc

#709afc

Complementary Color

#709afc #fcd270

#709afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709afc Color CSS Codes

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

#709afc Text Font Color

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

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


#709afc Background Color

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

This div background color is #709afc


#709afc Border Color

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

This div border color is #709afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709afc

Related Colors


Comments

No comments written yet.

Please login to write comment.