Color Hex Logo

#12874c Color Hex

#12874C
(18,135,76)
1 Favorites   0 Comments

Color spaces of #12874c

RGB 1813576
HSL0.420.760.30
HSV150°87°53°
CMYK 0.870.000.44   0.47
XYZ10.217917.97839.7691
Yxy17.97830.26910.4735
Hunter Lab42.4008-31.185916.0202
CIE-Lab49.4698-44.452523.3435

#12874c color RGB value is (18,135,76).

#12874c hex color red value is 18, green value is 135 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #12874c hue: 0.42 , saturation: 0.76 and the lightness value of 12874c is 0.30.

The process color (four color CMYK) of #12874c color hex is 0.87, 0.00, 0.44, 0.47. Web safe color of #12874c is #009933. Color #12874c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000111 01001100
Octal 22 207 114
Decimal 18 135 76
Hex 12 87 4C

RGB Percentages of Color #12874c

%7.86
%58.95
%33.19

CMYK Percentages of Color #12874c

%87
%0
%44
%47

Triadic Colors of #12874c

#12874c #4c1287 #874c12

Analogous Colors of #12874c

#12874c #128787 #138712

Monochromatic Colors of #12874c

#12874c

Complementary Color

#12874c #87124d

#12874c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12874c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12874c Color CSS Codes

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

#12874c Text Font Color

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

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


#12874c Background Color

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

This div background color is #12874c


#12874c Border Color

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

This div border color is #12874c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12874c


Comments

No comments written yet.

Please login to write comment.