Color Hex Logo

#070adc Color Hex

#070ADC
(7,10,220)
0 Favorites   0 Comments

Color spaces of #070adc

RGB 710220
HSL0.660.940.45
HSV239°97°86°
CMYK 0.970.950.00   0.14
XYZ13.11445.429668.0669
Yxy5.42960.15140.0627
Hunter Lab23.301559.6846-156.8832
CIE-Lab27.925269.0359-95.2770

#070adc color RGB value is (7,10,220).

#070adc hex color red value is 7, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #070adc hue: 0.66 , saturation: 0.94 and the lightness value of 070adc is 0.45.

The process color (four color CMYK) of #070adc color hex is 0.97, 0.95, 0.00, 0.14. Web safe color of #070adc is #0000cc. Color #070adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001010 11011100
Octal 7 12 334
Decimal 7 10 220
Hex 7 A DC

RGB Percentages of Color #070adc

%2.95
%4.22
%92.83

CMYK Percentages of Color #070adc

%97
%95
%0
%14

Triadic Colors of #070adc

#070adc #dc070a #0adc07

Analogous Colors of #070adc

#070adc #6f07dc #0775dc

Monochromatic Colors of #070adc

#070adc

Complementary Color

#070adc #dcd907

#070adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#070adc Color CSS Codes

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

#070adc Text Font Color

<p style="color:#070adc">Text here</p>

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


#070adc Background Color

<div style="background-color:#070adc">
Div content here</div>

This div background color is #070adc


#070adc Border Color

<div style="border:3px solid #070adc">
Div here</div>

This div border color is #070adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,10,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070adc;
  -webkit-box-shadow: 1px 1px 3px 2px #070adc;
  box-shadow:         1px 1px 3px 2px #070adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,10,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 #070adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070adc


Comments

No comments written yet.

Please login to write comment.