Color Hex Logo

#709cdb Color Hex

#709CDB
(112,156,219)
0 Favorites   0 Comments

Color spaces of #709cdb

RGB 112156219
HSL0.600.600.65
HSV215°49°86°
CMYK 0.490.290.00   0.14
XYZ31.356732.336271.6067
Yxy32.33620.23180.2390
Hunter Lab56.8649-1.0844-34.8550
CIE-Lab63.61982.3001-36.6492

#709cdb color RGB value is (112,156,219).

#709cdb hex color red value is 112, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #709cdb hue: 0.60 , saturation: 0.60 and the lightness value of 709cdb is 0.65.

The process color (four color CMYK) of #709cdb color hex is 0.49, 0.29, 0.00, 0.14. Web safe color of #709cdb is #6699cc. Color #709cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011100 11011011
Octal 160 234 333
Decimal 112 156 219
Hex 70 9C DB

RGB Percentages of Color #709cdb

%23.00
%32.03
%44.97

CMYK Percentages of Color #709cdb

%49
%29
%0
%14

Triadic Colors of #709cdb

#709cdb #db709c #9cdb70

Analogous Colors of #709cdb

#709cdb #7a70db #70d2db

Monochromatic Colors of #709cdb

#709cdb

Complementary Color

#709cdb #dbaf70

#709cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#709cdb Color CSS Codes

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

#709cdb Text Font Color

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

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


#709cdb Background Color

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

This div background color is #709cdb


#709cdb Border Color

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

This div border color is #709cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709cdb


Comments

No comments written yet.

Please login to write comment.