Color Hex Logo

#001dda Color Hex

#001DDA
(0,29,218)
0 Favorites   0 Comments

Color spaces of #001dda

RGB 029218
HSL0.641.000.43
HSV232°100°85°
CMYK 1.000.870.00   0.15
XYZ13.09435.940766.7862
Yxy5.94070.15260.0692
Hunter Lab24.373653.2426-145.3996
CIE-Lab29.262463.1403-91.8923

#001dda color RGB value is (0,29,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011101 11011010
Octal 0 35 332
Decimal 0 29 218
Hex 0 1D DA

RGB Percentages of Color #001dda

%0.00
%11.74
%88.26

CMYK Percentages of Color #001dda

%100
%87
%0
%15

Triadic Colors of #001dda

#001dda #da001d #1dda00

Analogous Colors of #001dda

#001dda #5000da #008ada

Monochromatic Colors of #001dda

#001dda

Complementary Color

#001dda #dabd00

#001dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#001dda Color CSS Codes

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

#001dda Text Font Color

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

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


#001dda Background Color

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

This div background color is #001dda


#001dda Border Color

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

This div border color is #001dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,29,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001dda


Comments

No comments written yet.

Please login to write comment.