Color Hex Logo

#0c70dd Color Hex

#0C70DD
(12,112,221)
0 Favorites   0 Comments

Color spaces of #0c70dd

RGB 12112221
HSL0.590.900.46
HSV211°95°87°
CMYK 0.950.490.00   0.13
XYZ18.996916.887070.6649
Yxy16.88700.17830.1585
Hunter Lab41.093810.6031-73.1894
CIE-Lab48.117315.9698-62.6117

#0c70dd color RGB value is (12,112,221).

#0c70dd hex color red value is 12, green value is 112 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0c70dd hue: 0.59 , saturation: 0.90 and the lightness value of 0c70dd is 0.46.

The process color (four color CMYK) of #0c70dd color hex is 0.95, 0.49, 0.00, 0.13. Web safe color of #0c70dd is #0066cc. Color #0c70dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01110000 11011101
Octal 14 160 335
Decimal 12 112 221
Hex C 70 DD

RGB Percentages of Color #0c70dd

%3.48
%32.46
%64.06

CMYK Percentages of Color #0c70dd

%95
%49
%0
%13

Triadic Colors of #0c70dd

#0c70dd #dd0c70 #70dd0c

Analogous Colors of #0c70dd

#0c70dd #110cdd #0cd9dd

Monochromatic Colors of #0c70dd

#0c70dd

Complementary Color

#0c70dd #dd790c

#0c70dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c70dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c70dd Color CSS Codes

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

#0c70dd Text Font Color

<p style="color:#0c70dd">Text here</p>

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


#0c70dd Background Color

<div style="background-color:#0c70dd">
Div content here</div>

This div background color is #0c70dd


#0c70dd Border Color

<div style="border:3px solid #0c70dd">
Div here</div>

This div border color is #0c70dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c70dd


Comments

No comments written yet.

Please login to write comment.