Color Hex Logo

#709edc Color Hex

#709EDC
(112,158,220)
0 Favorites   0 Comments

Color spaces of #709edc

RGB 112158220
HSL0.600.610.65
HSV214°49°86°
CMYK 0.490.280.00   0.14
XYZ31.827233.065872.4150
Yxy33.06580.23180.2408
Hunter Lab57.5029-1.8323-34.4136
CIE-Lab64.21421.4576-36.2764

#709edc color RGB value is (112,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011110 11011100
Octal 160 236 334
Decimal 112 158 220
Hex 70 9E DC

RGB Percentages of Color #709edc

%22.86
%32.24
%44.90

CMYK Percentages of Color #709edc

%49
%28
%0
%14

Triadic Colors of #709edc

#709edc #dc709e #9edc70

Analogous Colors of #709edc

#709edc #7870dc #70d4dc

Monochromatic Colors of #709edc

#709edc

Complementary Color

#709edc #dcae70

#709edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#709edc Color CSS Codes

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

#709edc Text Font Color

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

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


#709edc Background Color

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

This div background color is #709edc


#709edc Border Color

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

This div border color is #709edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709edc


Comments

No comments written yet.

Please login to write comment.