Color Hex Logo

#181d21 Color Hex

#181D21
(24,29,33)
0 Favorites   0 Comments

Color spaces of #181d21

RGB 242933
HSL0.570.160.11
HSV207°27°13°
CMYK 0.270.120.00   0.87
XYZ1.09061.18271.6097
Yxy1.18270.28090.3046
Hunter Lab10.8752-1.1311-1.1632
CIE-Lab10.4291-1.1438-3.5186

#181d21 color RGB value is (24,29,33).

#181d21 hex color red value is 24, green value is 29 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #181d21 hue: 0.57 , saturation: 0.16 and the lightness value of 181d21 is 0.11.

The process color (four color CMYK) of #181d21 color hex is 0.27, 0.12, 0.00, 0.87. Web safe color of #181d21 is #003333. Color #181d21 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00011101 00100001
Octal 30 35 41
Decimal 24 29 33
Hex 18 1D 21

RGB Percentages of Color #181d21

%27.91
%33.72
%38.37

CMYK Percentages of Color #181d21

%27
%12
%0
%87

Triadic Colors of #181d21

#181d21 #21181d #1d2118

Analogous Colors of #181d21

#181d21 #181921 #182121

Monochromatic Colors of #181d21

#181d21

Complementary Color

#181d21 #211c18

#181d21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#181d21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#181d21 Color CSS Codes

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

#181d21 Text Font Color

<p style="color:#181d21">Text here</p>

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


#181d21 Background Color

<div style="background-color:#181d21">
Div content here</div>

This div background color is #181d21


#181d21 Border Color

<div style="border:3px solid #181d21">
Div here</div>

This div border color is #181d21


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,29,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #181d21; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #181d21;
  -webkit-box-shadow: 1px 1px 3px 2px #181d21;
  box-shadow:         1px 1px 3px 2px #181d21; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #181d21


Comments

No comments written yet.

Please login to write comment.