Color Hex Logo

#12594d Color Hex

#12594D
(18,89,77)
0 Favorites   0 Comments

Color spaces of #12594d

RGB 188977
HSL0.470.660.21
HSV170°80°35°
CMYK 0.800.000.13   0.65
XYZ5.16147.80928.2565
Yxy7.80920.24320.3679
Hunter Lab27.9449-15.93492.0439
CIE-Lab33.5823-24.37510.8338

#12594d color RGB value is (18,89,77).

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

The process color (four color CMYK) of #12594d color hex is 0.80, 0.00, 0.13, 0.65. Web safe color of #12594d is #006666. Color #12594d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011001 01001101
Octal 22 131 115
Decimal 18 89 77
Hex 12 59 4D

RGB Percentages of Color #12594d

%9.78
%48.37
%41.85

CMYK Percentages of Color #12594d

%80
%0
%13
%65

Triadic Colors of #12594d

#12594d #4d1259 #594d12

Analogous Colors of #12594d

#12594d #124259 #12592a

Monochromatic Colors of #12594d

#12594d

Complementary Color

#12594d #59121e

#12594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12594d Color CSS Codes

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

#12594d Text Font Color

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

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


#12594d Background Color

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

This div background color is #12594d


#12594d Border Color

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

This div border color is #12594d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12594d


Comments

No comments written yet.

Please login to write comment.