Color Hex Logo

#1986dc Color Hex

#1986DC
(25,134,220)
0 Favorites   0 Comments

Color spaces of #1986dc

RGB 25134220
HSL0.570.800.48
HSV206°89°86°
CMYK 0.890.390.00   0.14
XYZ21.844322.424270.8871
Yxy22.42420.18970.1947
Hunter Lab47.3542-0.5285-55.6065
CIE-Lab54.47422.5009-51.8328

#1986dc color RGB value is (25,134,220).

#1986dc hex color red value is 25, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1986dc hue: 0.57 , saturation: 0.80 and the lightness value of 1986dc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000110 11011100
Octal 31 206 334
Decimal 25 134 220
Hex 19 86 DC

RGB Percentages of Color #1986dc

%6.60
%35.36
%58.05

CMYK Percentages of Color #1986dc

%89
%39
%0
%14

Triadic Colors of #1986dc

#1986dc #dc1986 #86dc19

Analogous Colors of #1986dc

#1986dc #1925dc #19dcd1

Monochromatic Colors of #1986dc

#1986dc

Complementary Color

#1986dc #dc6f19

#1986dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1986dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1986dc Color CSS Codes

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

#1986dc Text Font Color

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

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


#1986dc Background Color

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

This div background color is #1986dc


#1986dc Border Color

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

This div border color is #1986dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1986dc


Comments

No comments written yet.

Please login to write comment.