Color Hex Logo

#136adc Color Hex

#136ADC
(19,106,220)
0 Favorites   0 Comments

Color spaces of #136adc

RGB 19106220
HSL0.590.840.47
HSV214°91°86°
CMYK 0.910.520.00   0.14
XYZ18.340915.613869.7572
Yxy15.61380.17680.1505
Hunter Lab39.514313.7023-77.0085
CIE-Lab46.463719.6932-64.7182

#136adc color RGB value is (19,106,220).

#136adc hex color red value is 19, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #136adc hue: 0.59 , saturation: 0.84 and the lightness value of 136adc is 0.47.

The process color (four color CMYK) of #136adc color hex is 0.91, 0.52, 0.00, 0.14. Web safe color of #136adc is #0066cc. Color #136adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101010 11011100
Octal 23 152 334
Decimal 19 106 220
Hex 13 6A DC

RGB Percentages of Color #136adc

%5.51
%30.72
%63.77

CMYK Percentages of Color #136adc

%91
%52
%0
%14

Triadic Colors of #136adc

#136adc #dc136a #6adc13

Analogous Colors of #136adc

#136adc #2113dc #13cfdc

Monochromatic Colors of #136adc

#136adc

Complementary Color

#136adc #dc8513

#136adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#136adc Color CSS Codes

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

#136adc Text Font Color

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

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


#136adc Background Color

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

This div background color is #136adc


#136adc Border Color

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

This div border color is #136adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136adc


Comments

No comments written yet.

Please login to write comment.