Color Hex Logo

#709bbf Color Hex

#709BBF
(112,155,191)
0 Favorites   0 Comments

Color spaces of #709bbf

RGB 112155191
HSL0.580.380.59
HSV207°41°75°
CMYK 0.410.190.00   0.25
XYZ27.807430.649053.7405
Yxy30.64900.24780.2732
Hunter Lab55.3615-7.2244-18.8009
CIE-Lab62.2102-5.1849-23.2107

#709bbf color RGB value is (112,155,191).

#709bbf hex color red value is 112, green value is 155 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #709bbf hue: 0.58 , saturation: 0.38 and the lightness value of 709bbf is 0.59.

The process color (four color CMYK) of #709bbf color hex is 0.41, 0.19, 0.00, 0.25. Web safe color of #709bbf is #6699cc. Color #709bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011011 10111111
Octal 160 233 277
Decimal 112 155 191
Hex 70 9B BF

RGB Percentages of Color #709bbf

%24.45
%33.84
%41.70

CMYK Percentages of Color #709bbf

%41
%19
%0
%25

Triadic Colors of #709bbf

#709bbf #bf709b #9bbf70

Analogous Colors of #709bbf

#709bbf #7074bf #70bfbc

Monochromatic Colors of #709bbf

#709bbf

Complementary Color

#709bbf #bf9470

#709bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#709bbf Color CSS Codes

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

#709bbf Text Font Color

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

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


#709bbf Background Color

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

This div background color is #709bbf


#709bbf Border Color

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

This div border color is #709bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709bbf


Comments

No comments written yet.

Please login to write comment.