Color Hex Logo

#12803c Color Hex

#12803C
(18,128,60)
0 Favorites   0 Comments

Color spaces of #12803c

RGB 1812860
HSL0.400.750.29
HSV143°86°50°
CMYK 0.860.000.53   0.50
XYZ8.784215.89326.8797
Yxy15.89320.27840.5036
Hunter Lab39.8663-30.435017.6748
CIE-Lab46.8341-44.776028.6759

#12803c color RGB value is (18,128,60).

#12803c hex color red value is 18, green value is 128 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #12803c hue: 0.40 , saturation: 0.75 and the lightness value of 12803c is 0.29.

The process color (four color CMYK) of #12803c color hex is 0.86, 0.00, 0.53, 0.50. Web safe color of #12803c is #009933. Color #12803c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000000 00111100
Octal 22 200 74
Decimal 18 128 60
Hex 12 80 3C

RGB Percentages of Color #12803c

%8.74
%62.14
%29.13

CMYK Percentages of Color #12803c

%86
%0
%53
%50

Triadic Colors of #12803c

#12803c #3c1280 #803c12

Analogous Colors of #12803c

#12803c #128073 #1f8012

Monochromatic Colors of #12803c

#12803c

Complementary Color

#12803c #801256

#12803c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12803c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12803c Color CSS Codes

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

#12803c Text Font Color

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

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


#12803c Background Color

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

This div background color is #12803c


#12803c Border Color

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

This div border color is #12803c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12803c


Comments

No comments written yet.

Please login to write comment.