Color Hex Logo

#12835f Color Hex

#12835F
(18,131,95)
0 Favorites   0 Comments

Color spaces of #12835f

RGB 1813195
HSL0.450.760.29
HSV161°86°51°
CMYK 0.860.000.27   0.49
XYZ10.431317.187413.5942
Yxy17.18740.25310.4170
Hunter Lab41.4577-27.63809.5789
CIE-Lab48.4953-38.608411.2384

#12835f color RGB value is (18,131,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000011 01011111
Octal 22 203 137
Decimal 18 131 95
Hex 12 83 5F

RGB Percentages of Color #12835f

%7.38
%53.69
%38.93

CMYK Percentages of Color #12835f

%86
%0
%27
%49

Triadic Colors of #12835f

#12835f #5f1283 #835f12

Analogous Colors of #12835f

#12835f #126f83 #128327

Monochromatic Colors of #12835f

#12835f

Complementary Color

#12835f #831236

#12835f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12835f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12835f Color CSS Codes

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

#12835f Text Font Color

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

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


#12835f Background Color

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

This div background color is #12835f


#12835f Border Color

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

This div border color is #12835f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,131,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 #12835f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12835f


Comments

No comments written yet.

Please login to write comment.