Color Hex Logo

#12251c Color Hex

#12251C
(18,37,28)
0 Favorites   0 Comments

Color spaces of #12251c

RGB 183728
HSL0.420.350.11
HSV152°51°15°
CMYK 0.510.000.24   0.85
XYZ1.12061.53561.3359
Yxy1.53560.28070.3847
Hunter Lab12.3919-5.54422.2827
CIE-Lab12.8326-10.47893.5831

#12251c color RGB value is (18,37,28).

#12251c hex color red value is 18, green value is 37 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #12251c hue: 0.42 , saturation: 0.35 and the lightness value of 12251c is 0.11.

The process color (four color CMYK) of #12251c color hex is 0.51, 0.00, 0.24, 0.85. Web safe color of #12251c is #003333. Color #12251c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100101 00011100
Octal 22 45 34
Decimal 18 37 28
Hex 12 25 1C

RGB Percentages of Color #12251c

%21.69
%44.58
%33.73

CMYK Percentages of Color #12251c

%51
%0
%24
%85

Triadic Colors of #12251c

#12251c #1c1225 #251c12

Analogous Colors of #12251c

#12251c #122525 #122513

Monochromatic Colors of #12251c

#12251c

Complementary Color

#12251c #25121b

#12251c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12251c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12251c Color CSS Codes

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

#12251c Text Font Color

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

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


#12251c Background Color

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

This div background color is #12251c


#12251c Border Color

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

This div border color is #12251c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,37,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12251c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12251c;
  -webkit-box-shadow: 1px 1px 3px 2px #12251c;
  box-shadow:         1px 1px 3px 2px #12251c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12251c


Comments

No comments written yet.

Please login to write comment.