Color Hex Logo

#12745d Color Hex

#12745D
(18,116,93)
0 Favorites   0 Comments

Color spaces of #12745d

RGB 1811693
HSL0.460.730.26
HSV166°84°45°
CMYK 0.840.000.20   0.55
XYZ8.470613.409712.4978
Yxy13.40970.24640.3901
Hunter Lab36.6193-22.79395.3984
CIE-Lab43.3742-32.58565.1719

#12745d color RGB value is (18,116,93).

#12745d hex color red value is 18, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #12745d hue: 0.46 , saturation: 0.73 and the lightness value of 12745d is 0.26.

The process color (four color CMYK) of #12745d color hex is 0.84, 0.00, 0.20, 0.55. Web safe color of #12745d is #006666. Color #12745d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110100 01011101
Octal 22 164 135
Decimal 18 116 93
Hex 12 74 5D

RGB Percentages of Color #12745d

%7.93
%51.10
%40.97

CMYK Percentages of Color #12745d

%84
%0
%20
%55

Triadic Colors of #12745d

#12745d #5d1274 #745d12

Analogous Colors of #12745d

#12745d #125a74 #12742c

Monochromatic Colors of #12745d

#12745d

Complementary Color

#12745d #741229

#12745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12745d Color CSS Codes

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

#12745d Text Font Color

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

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


#12745d Background Color

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

This div background color is #12745d


#12745d Border Color

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

This div border color is #12745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12745d


Comments

No comments written yet.

Please login to write comment.