Color Hex Logo

#001cdc Color Hex

#001CDC
(0,28,220)
0 Favorites   0 Comments

Color spaces of #001cdc

RGB 028220
HSL0.651.000.43
HSV232°100°86°
CMYK 1.000.870.00   0.14
XYZ13.33355.997868.1651
Yxy5.99780.15240.0685
Hunter Lab24.490454.3239-147.8809
CIE-Lab29.406964.0802-92.8046

#001cdc color RGB value is (0,28,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011100 11011100
Octal 0 34 334
Decimal 0 28 220
Hex 0 1C DC

RGB Percentages of Color #001cdc

%0.00
%11.29
%88.71

CMYK Percentages of Color #001cdc

%100
%87
%0
%14

Triadic Colors of #001cdc

#001cdc #dc001c #1cdc00

Analogous Colors of #001cdc

#001cdc #5200dc #008adc

Monochromatic Colors of #001cdc

#001cdc

Complementary Color

#001cdc #dcc000

#001cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#001cdc Color CSS Codes

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

#001cdc Text Font Color

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

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


#001cdc Background Color

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

This div background color is #001cdc


#001cdc Border Color

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

This div border color is #001cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001cdc


Comments

No comments written yet.

Please login to write comment.