Color Hex Logo

#0070de Color Hex

#0070DE
(0,112,222)
0 Favorites   0 Comments

Color spaces of #0070de

RGB 0112222
HSL0.581.000.44
HSV210°100°87°
CMYK 1.000.500.00   0.13
XYZ18.979016.862371.3617
Yxy16.86230.17700.1573
Hunter Lab41.063710.6383-74.2912
CIE-Lab48.086116.0128-63.2329

#0070de color RGB value is (0,112,222).

#0070de hex color red value is 0, green value is 112 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0070de hue: 0.58 , saturation: 1.00 and the lightness value of 0070de is 0.44.

The process color (four color CMYK) of #0070de color hex is 1.00, 0.50, 0.00, 0.13. Web safe color of #0070de is #0066cc. Color #0070de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110000 11011110
Octal 0 160 336
Decimal 0 112 222
Hex 0 70 DE

RGB Percentages of Color #0070de

%0.00
%33.53
%66.47

CMYK Percentages of Color #0070de

%100
%50
%0
%13

Triadic Colors of #0070de

#0070de #de0070 #70de00

Analogous Colors of #0070de

#0070de #0001de #00dedd

Monochromatic Colors of #0070de

#0070de

Complementary Color

#0070de #de6e00

#0070de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0070de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0070de Color CSS Codes

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

#0070de Text Font Color

<p style="color:#0070de">Text here</p>

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


#0070de Background Color

<div style="background-color:#0070de">
Div content here</div>

This div background color is #0070de


#0070de Border Color

<div style="border:3px solid #0070de">
Div here</div>

This div border color is #0070de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,112,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0070de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0070de;
  -webkit-box-shadow: 1px 1px 3px 2px #0070de;
  box-shadow:         1px 1px 3px 2px #0070de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0070de

#0070de Color Palettes


Comments

No comments written yet.

Please login to write comment.