Color Hex Logo

#12151d Color Hex

#12151D
(18,21,29)
0 Favorites   0 Comments

Color spaces of #12151d

RGB 182129
HSL0.620.230.09
HSV224°38°11°
CMYK 0.380.280.00   0.89
XYZ0.73940.75361.2689
Yxy0.75360.26770.2729
Hunter Lab8.68100.0119-2.5897
CIE-Lab6.80720.9473-6.0212

#12151d color RGB value is (18,21,29).

#12151d hex color red value is 18, green value is 21 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #12151d hue: 0.62 , saturation: 0.23 and the lightness value of 12151d is 0.09.

The process color (four color CMYK) of #12151d color hex is 0.38, 0.28, 0.00, 0.89. Web safe color of #12151d is #000033. Color #12151d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010101 00011101
Octal 22 25 35
Decimal 18 21 29
Hex 12 15 1D

RGB Percentages of Color #12151d

%26.47
%30.88
%42.65

CMYK Percentages of Color #12151d

%38
%28
%0
%89

Triadic Colors of #12151d

#12151d #1d1215 #151d12

Analogous Colors of #12151d

#12151d #15121d #121b1d

Monochromatic Colors of #12151d

#12151d

Complementary Color

#12151d #1d1a12

#12151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12151d Color CSS Codes

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

#12151d Text Font Color

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

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


#12151d Background Color

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

This div background color is #12151d


#12151d Border Color

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

This div border color is #12151d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,21,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12151d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12151d;
  -webkit-box-shadow: 1px 1px 3px 2px #12151d;
  box-shadow:         1px 1px 3px 2px #12151d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12151d


Comments

No comments written yet.

Please login to write comment.