Color Hex Logo

#12850b Color Hex

#12850B
(18,133,11)
0 Favorites   0 Comments

Color spaces of #12850b

RGB 1813311
HSL0.320.850.28
HSV117°92°52°
CMYK 0.860.000.92   0.48
XYZ8.697416.92783.1256
Yxy16.92780.30250.5888
Hunter Lab41.1434-34.267424.2962
CIE-Lab48.1689-51.276849.3981

#12850b color RGB value is (18,133,11).

#12850b hex color red value is 18, green value is 133 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #12850b hue: 0.32 , saturation: 0.85 and the lightness value of 12850b is 0.28.

The process color (four color CMYK) of #12850b color hex is 0.86, 0.00, 0.92, 0.48. Web safe color of #12850b is #009900. Color #12850b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000101 00001011
Octal 22 205 13
Decimal 18 133 11
Hex 12 85 B

RGB Percentages of Color #12850b

%11.11
%82.10
%6.79

CMYK Percentages of Color #12850b

%86
%0
%92
%48

Triadic Colors of #12850b

#12850b #0b1285 #850b12

Analogous Colors of #12850b

#12850b #0b8541 #4f850b

Monochromatic Colors of #12850b

#12850b

Complementary Color

#12850b #7e0b85

#12850b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12850b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12850b Color CSS Codes

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

#12850b Text Font Color

<p style="color:#12850b">Text here</p>

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


#12850b Background Color

<div style="background-color:#12850b">
Div content here</div>

This div background color is #12850b


#12850b Border Color

<div style="border:3px solid #12850b">
Div here</div>

This div border color is #12850b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,133,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12850b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12850b;
  -webkit-box-shadow: 1px 1px 3px 2px #12850b;
  box-shadow:         1px 1px 3px 2px #12850b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12850b


Comments

No comments written yet.

Please login to write comment.