Color Hex Logo

#709bef Color Hex

#709BEF
(112,155,239)
0 Favorites   0 Comments

Color spaces of #709bef

RGB 112155239
HSL0.610.800.69
HSV220°53°94°
CMYK 0.530.350.00   0.06
XYZ33.983433.119486.2629
Yxy33.11940.22160.2160
Hunter Lab57.54954.6941-48.5872
CIE-Lab64.25758.9409-46.6874

#709bef color RGB value is (112,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011011 11101111
Octal 160 233 357
Decimal 112 155 239
Hex 70 9B EF

RGB Percentages of Color #709bef

%22.13
%30.63
%47.23

CMYK Percentages of Color #709bef

%53
%35
%0
%6

Triadic Colors of #709bef

#709bef #ef709b #9bef70

Analogous Colors of #709bef

#709bef #8570ef #70dbef

Monochromatic Colors of #709bef

#709bef

Complementary Color

#709bef #efc470

#709bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#709bef Color CSS Codes

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

#709bef Text Font Color

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

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


#709bef Background Color

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

This div background color is #709bef


#709bef Border Color

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

This div border color is #709bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709bef


Comments

No comments written yet.

Please login to write comment.