Color Hex Logo

#112adc Color Hex

#112ADC
(17,42,220)
0 Favorites   0 Comments

Color spaces of #112adc

RGB 1742220
HSL0.650.860.46
HSV233°92°86°
CMYK 0.920.810.00   0.14
XYZ13.97746.942468.3135
Yxy6.94240.15660.0778
Hunter Lab26.348448.5815-135.2771
CIE-Lab31.675458.4187-89.0174

#112adc color RGB value is (17,42,220).

#112adc hex color red value is 17, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #112adc hue: 0.65 , saturation: 0.86 and the lightness value of 112adc is 0.46.

The process color (four color CMYK) of #112adc color hex is 0.92, 0.81, 0.00, 0.14. Web safe color of #112adc is #0033cc. Color #112adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11011100
Octal 21 52 334
Decimal 17 42 220
Hex 11 2A DC

RGB Percentages of Color #112adc

%6.09
%15.05
%78.85

CMYK Percentages of Color #112adc

%92
%81
%0
%14

Triadic Colors of #112adc

#112adc #dc112a #2adc11

Analogous Colors of #112adc

#112adc #5e11dc #1190dc

Monochromatic Colors of #112adc

#112adc

Complementary Color

#112adc #dcc311

#112adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#112adc Color CSS Codes

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

#112adc Text Font Color

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

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


#112adc Background Color

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

This div background color is #112adc


#112adc Border Color

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

This div border color is #112adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112adc


Comments

No comments written yet.

Please login to write comment.