Color Hex Logo

#12645f Color Hex

#12645F
(18,100,95)
0 Favorites   0 Comments

Color spaces of #12645f

RGB 1810095
HSL0.490.690.23
HSV176°82°39°
CMYK 0.820.000.05   0.61
XYZ6.872210.069212.4078
Yxy10.06920.23420.3431
Hunter Lab31.7320-16.8733-0.9711
CIE-Lab37.9663-24.3136-3.9181

#12645f color RGB value is (18,100,95).

#12645f hex color red value is 18, green value is 100 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #12645f hue: 0.49 , saturation: 0.69 and the lightness value of 12645f is 0.23.

The process color (four color CMYK) of #12645f color hex is 0.82, 0.00, 0.05, 0.61. Web safe color of #12645f is #006666. Color #12645f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100100 01011111
Octal 22 144 137
Decimal 18 100 95
Hex 12 64 5F

RGB Percentages of Color #12645f

%8.45
%46.95
%44.60

CMYK Percentages of Color #12645f

%82
%0
%5
%61

Triadic Colors of #12645f

#12645f #5f1264 #645f12

Analogous Colors of #12645f

#12645f #124064 #126436

Monochromatic Colors of #12645f

#12645f

Complementary Color

#12645f #641217

#12645f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12645f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12645f Color CSS Codes

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

#12645f Text Font Color

<p style="color:#12645f">Text here</p>

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


#12645f Background Color

<div style="background-color:#12645f">
Div content here</div>

This div background color is #12645f


#12645f Border Color

<div style="border:3px solid #12645f">
Div here</div>

This div border color is #12645f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,100,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12645f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12645f;
  -webkit-box-shadow: 1px 1px 3px 2px #12645f;
  box-shadow:         1px 1px 3px 2px #12645f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12645f


Comments

No comments written yet.

Please login to write comment.