Color Hex Logo

#12837f Color Hex

#12837F
(18,131,127)
0 Favorites   0 Comments

Color spaces of #12837f

RGB 18131127
HSL0.490.760.29
HSV178°86°51°
CMYK 0.860.000.03   0.49
XYZ12.196517.893522.8896
Yxy17.89350.23020.3377
Hunter Lab42.3007-22.5596-2.4723
CIE-Lab49.3667-29.5584-6.2191

#12837f color RGB value is (18,131,127).

#12837f hex color red value is 18, green value is 131 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #12837f hue: 0.49 , saturation: 0.76 and the lightness value of 12837f is 0.29.

The process color (four color CMYK) of #12837f color hex is 0.86, 0.00, 0.03, 0.49. Web safe color of #12837f is #009966. Color #12837f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000011 01111111
Octal 22 203 177
Decimal 18 131 127
Hex 12 83 7F

RGB Percentages of Color #12837f

%6.52
%47.46
%46.01

CMYK Percentages of Color #12837f

%86
%0
%3
%49

Triadic Colors of #12837f

#12837f #7f1283 #837f12

Analogous Colors of #12837f

#12837f #124f83 #128347

Monochromatic Colors of #12837f

#12837f

Complementary Color

#12837f #831216

#12837f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12837f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12837f Color CSS Codes

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

#12837f Text Font Color

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

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


#12837f Background Color

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

This div background color is #12837f


#12837f Border Color

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

This div border color is #12837f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12837f


Comments

No comments written yet.

Please login to write comment.