Color Hex Logo

#181425 Color Hex

#181425
(24,20,37)
0 Favorites   0 Comments

Color spaces of #181425

RGB 242037
HSL0.710.300.11
HSV254°46°15°
CMYK 0.350.460.00   0.85
XYZ0.96080.82811.8595
Yxy0.82810.26330.2270
Hunter Lab9.10002.9215-5.7454
CIE-Lab7.48026.9030-11.0211

#181425 color RGB value is (24,20,37).

#181425 hex color red value is 24, green value is 20 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #181425 hue: 0.71 , saturation: 0.30 and the lightness value of 181425 is 0.11.

The process color (four color CMYK) of #181425 color hex is 0.35, 0.46, 0.00, 0.85. Web safe color of #181425 is #000033. Color #181425 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010100 00100101
Octal 30 24 45
Decimal 24 20 37
Hex 18 14 25

RGB Percentages of Color #181425

%29.63
%24.69
%45.68

CMYK Percentages of Color #181425

%35
%46
%0
%85

Triadic Colors of #181425

#181425 #251814 #142518

Analogous Colors of #181425

#181425 #211425 #141925

Monochromatic Colors of #181425

#181425

Complementary Color

#181425 #212514

#181425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#181425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#181425 Color CSS Codes

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

#181425 Text Font Color

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

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


#181425 Background Color

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

This div background color is #181425


#181425 Border Color

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

This div border color is #181425


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,20,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #181425; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #181425;
  -webkit-box-shadow: 1px 1px 3px 2px #181425;
  box-shadow:         1px 1px 3px 2px #181425; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #181425


Comments

No comments written yet.

Please login to write comment.