Color Hex Logo

#12592e Color Hex

#12592E
(18,89,46)
0 Favorites   0 Comments

Color spaces of #12592e

RGB 188946
HSL0.400.660.21
HSV144°80°35°
CMYK 0.800.000.48   0.65
XYZ4.31507.47063.7993
Yxy7.47060.27690.4793
Hunter Lab27.3324-19.651710.8912
CIE-Lab32.8551-32.214118.8781

#12592e color RGB value is (18,89,46).

#12592e hex color red value is 18, green value is 89 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #12592e hue: 0.40 , saturation: 0.66 and the lightness value of 12592e is 0.21.

The process color (four color CMYK) of #12592e color hex is 0.80, 0.00, 0.48, 0.65. Web safe color of #12592e is #006633. Color #12592e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011001 00101110
Octal 22 131 56
Decimal 18 89 46
Hex 12 59 2E

RGB Percentages of Color #12592e

%11.76
%58.17
%30.07

CMYK Percentages of Color #12592e

%80
%0
%48
%65

Triadic Colors of #12592e

#12592e #2e1259 #592e12

Analogous Colors of #12592e

#12592e #125952 #1a5912

Monochromatic Colors of #12592e

#12592e

Complementary Color

#12592e #59123d

#12592e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12592e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12592e Color CSS Codes

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

#12592e Text Font Color

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

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


#12592e Background Color

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

This div background color is #12592e


#12592e Border Color

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

This div border color is #12592e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,89,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12592e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12592e;
  -webkit-box-shadow: 1px 1px 3px 2px #12592e;
  box-shadow:         1px 1px 3px 2px #12592e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12592e


Comments

No comments written yet.

Please login to write comment.