Color Hex Logo

#1999dc Color Hex

#1999DC
(25,153,220)
0 Favorites   0 Comments

Color spaces of #1999dc

RGB 25153220
HSL0.560.800.48
HSV201°89°86°
CMYK 0.890.300.00   0.14
XYZ24.710428.156471.8425
Yxy28.15640.19810.2258
Hunter Lab53.0626-9.7350-43.1301
CIE-Lab60.0298-8.5972-43.0296

#1999dc color RGB value is (25,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011001 11011100
Octal 31 231 334
Decimal 25 153 220
Hex 19 99 DC

RGB Percentages of Color #1999dc

%6.28
%38.44
%55.28

CMYK Percentages of Color #1999dc

%89
%30
%0
%14

Triadic Colors of #1999dc

#1999dc #dc1999 #99dc19

Analogous Colors of #1999dc

#1999dc #1938dc #19dcbe

Monochromatic Colors of #1999dc

#1999dc

Complementary Color

#1999dc #dc5c19

#1999dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1999dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1999dc Color CSS Codes

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

#1999dc Text Font Color

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

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


#1999dc Background Color

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

This div background color is #1999dc


#1999dc Border Color

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

This div border color is #1999dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1999dc

#1999dc Color Palettes


Comments

No comments written yet.

Please login to write comment.