Color Hex Logo

#001d23 Color Hex

#001D23
(0,29,35)
0 Favorites   0 Comments

Color spaces of #001d23

RGB 02935
HSL0.531.000.07
HSV190°100°14°
CMYK 1.000.170.00   0.86
XYZ0.74271.00011.7440
Yxy1.00010.21300.2868
Hunter Lab10.0005-4.2443-3.3393
CIE-Lab8.9923-8.3359-7.3248

#001d23 color RGB value is (0,29,35).

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

The process color (four color CMYK) of #001d23 color hex is 1.00, 0.17, 0.00, 0.86. Web safe color of #001d23 is #003333. Color #001d23 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011101 00100011
Octal 0 35 43
Decimal 0 29 35
Hex 0 1D 23

RGB Percentages of Color #001d23

%0.00
%45.31
%54.69

CMYK Percentages of Color #001d23

%100
%17
%0
%86

Triadic Colors of #001d23

#001d23 #23001d #1d2300

Analogous Colors of #001d23

#001d23 #000c23 #002318

Monochromatic Colors of #001d23

#001d23

Complementary Color

#001d23 #230600

#001d23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001d23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001d23 Color CSS Codes

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

#001d23 Text Font Color

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

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


#001d23 Background Color

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

This div background color is #001d23


#001d23 Border Color

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

This div border color is #001d23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001d23


Comments

No comments written yet.

Please login to write comment.