Color Hex Logo

#001ddc Color Hex

#001DDC
(0,29,220)
0 Favorites   0 Comments

Color spaces of #001ddc

RGB 029220
HSL0.641.000.43
HSV232°100°86°
CMYK 1.000.870.00   0.14
XYZ13.35766.046068.1731
Yxy6.04600.15250.0690
Hunter Lab24.588653.9388-147.1723
CIE-Lab29.528263.7138-92.6021

#001ddc color RGB value is (0,29,220).

#001ddc hex color red value is 0, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #001ddc hue: 0.64 , saturation: 1.00 and the lightness value of 001ddc is 0.43.

The process color (four color CMYK) of #001ddc color hex is 1.00, 0.87, 0.00, 0.14. Web safe color of #001ddc is #0033cc. Color #001ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011101 11011100
Octal 0 35 334
Decimal 0 29 220
Hex 0 1D DC

RGB Percentages of Color #001ddc

%0.00
%11.65
%88.35

CMYK Percentages of Color #001ddc

%100
%87
%0
%14

Triadic Colors of #001ddc

#001ddc #dc001d #1ddc00

Analogous Colors of #001ddc

#001ddc #5100dc #008bdc

Monochromatic Colors of #001ddc

#001ddc

Complementary Color

#001ddc #dcbf00

#001ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#001ddc Color CSS Codes

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

#001ddc Text Font Color

<p style="color:#001ddc">Text here</p>

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


#001ddc Background Color

<div style="background-color:#001ddc">
Div content here</div>

This div background color is #001ddc


#001ddc Border Color

<div style="border:3px solid #001ddc">
Div here</div>

This div border color is #001ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,29,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #001ddc;
  box-shadow:         1px 1px 3px 2px #001ddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,29,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 #001ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001ddc


Comments

No comments written yet.

Please login to write comment.