Color Hex Logo

#104ddd Color Hex

#104DDD
(16,77,221)
0 Favorites   0 Comments

Color spaces of #104ddd

RGB 1677221
HSL0.620.860.46
HSV222°93°87°
CMYK 0.930.650.00   0.13
XYZ15.918710.638469.6210
Yxy10.63840.16550.1106
Hunter Lab32.616630.0390-103.7246
CIE-Lab38.964638.6922-77.5353

#104ddd color RGB value is (16,77,221).

#104ddd hex color red value is 16, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #104ddd hue: 0.62 , saturation: 0.86 and the lightness value of 104ddd is 0.46.

The process color (four color CMYK) of #104ddd color hex is 0.93, 0.65, 0.00, 0.13. Web safe color of #104ddd is #0066cc. Color #104ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001101 11011101
Octal 20 115 335
Decimal 16 77 221
Hex 10 4D DD

RGB Percentages of Color #104ddd

%5.10
%24.52
%70.38

CMYK Percentages of Color #104ddd

%93
%65
%0
%13

Triadic Colors of #104ddd

#104ddd #dd104d #4ddd10

Analogous Colors of #104ddd

#104ddd #3a10dd #10b4dd

Monochromatic Colors of #104ddd

#104ddd

Complementary Color

#104ddd #dda010

#104ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#104ddd Color CSS Codes

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

#104ddd Text Font Color

<p style="color:#104ddd">Text here</p>

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


#104ddd Background Color

<div style="background-color:#104ddd">
Div content here</div>

This div background color is #104ddd


#104ddd Border Color

<div style="border:3px solid #104ddd">
Div here</div>

This div border color is #104ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,77,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #104ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #104ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #104ddd;
  box-shadow:         1px 1px 3px 2px #104ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,77,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #104ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104ddd


Comments

No comments written yet.

Please login to write comment.