Color Hex Logo

#709efc Color Hex

#709EFC
(112,158,252)
0 Favorites   0 Comments

Color spaces of #709efc

RGB 112158252
HSL0.610.960.71
HSV220°56°99°
CMYK 0.560.370.00   0.01
XYZ36.479634.926796.9143
Yxy34.92670.21670.2075
Hunter Lab59.09886.7588-55.8586
CIE-Lab65.691611.2441-51.5381

#709efc color RGB value is (112,158,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011110 11111100
Octal 160 236 374
Decimal 112 158 252
Hex 70 9E FC

RGB Percentages of Color #709efc

%21.46
%30.27
%48.28

CMYK Percentages of Color #709efc

%56
%37
%0
%1

Triadic Colors of #709efc

#709efc #fc709e #9efc70

Analogous Colors of #709efc

#709efc #8870fc #70e4fc

Monochromatic Colors of #709efc

#709efc

Complementary Color

#709efc #fcce70

#709efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709efc Color CSS Codes

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

#709efc Text Font Color

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

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


#709efc Background Color

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

This div background color is #709efc


#709efc Border Color

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

This div border color is #709efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709efc

Related Colors


Comments

No comments written yet.

Please login to write comment.