Color Hex Logo

#709bdc Color Hex

#709BDC
(112,155,220)
0 Favorites   0 Comments

Color spaces of #709bdc

RGB 112155220
HSL0.600.610.65
HSV216°49°86°
CMYK 0.490.300.00   0.14
XYZ31.321732.054772.2465
Yxy32.05470.23090.2364
Hunter Lab56.6169-0.3294-36.0258
CIE-Lab63.38813.1703-37.5652

#709bdc color RGB value is (112,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011011 11011100
Octal 160 233 334
Decimal 112 155 220
Hex 70 9B DC

RGB Percentages of Color #709bdc

%23.00
%31.83
%45.17

CMYK Percentages of Color #709bdc

%49
%30
%0
%14

Triadic Colors of #709bdc

#709bdc #dc709b #9bdc70

Analogous Colors of #709bdc

#709bdc #7b70dc #70d1dc

Monochromatic Colors of #709bdc

#709bdc

Complementary Color

#709bdc #dcb170

#709bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709bdc Color CSS Codes

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

#709bdc Text Font Color

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

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


#709bdc Background Color

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

This div background color is #709bdc


#709bdc Border Color

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

This div border color is #709bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709bdc


Comments

No comments written yet.

Please login to write comment.