Color Hex Logo

#1293dc Color Hex

#1293DC
(18,147,220)
0 Favorites   0 Comments

Color spaces of #1293dc

RGB 18147220
HSL0.560.850.47
HSV202°92°86°
CMYK 0.920.330.00   0.14
XYZ23.601426.163371.5162
Yxy26.16330.19460.2157
Hunter Lab51.1501-7.1501-47.0921
CIE-Lab58.1917-5.5218-45.9346

#1293dc color RGB value is (18,147,220).

#1293dc hex color red value is 18, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1293dc hue: 0.56 , saturation: 0.85 and the lightness value of 1293dc is 0.47.

The process color (four color CMYK) of #1293dc color hex is 0.92, 0.33, 0.00, 0.14. Web safe color of #1293dc is #0099cc. Color #1293dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010011 11011100
Octal 22 223 334
Decimal 18 147 220
Hex 12 93 DC

RGB Percentages of Color #1293dc

%4.68
%38.18
%57.14

CMYK Percentages of Color #1293dc

%92
%33
%0
%14

Triadic Colors of #1293dc

#1293dc #dc1293 #93dc12

Analogous Colors of #1293dc

#1293dc #122edc #12dcc0

Monochromatic Colors of #1293dc

#1293dc

Complementary Color

#1293dc #dc5b12

#1293dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1293dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1293dc Color CSS Codes

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

#1293dc Text Font Color

<p style="color:#1293dc">Text here</p>

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


#1293dc Background Color

<div style="background-color:#1293dc">
Div content here</div>

This div background color is #1293dc


#1293dc Border Color

<div style="border:3px solid #1293dc">
Div here</div>

This div border color is #1293dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,147,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1293dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1293dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1293dc;
  box-shadow:         1px 1px 3px 2px #1293dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,147,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 #1293dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1293dc


Comments

No comments written yet.

Please login to write comment.