Color Hex Logo

#12823a Color Hex

#12823A
(18,130,58)
0 Favorites   0 Comments

Color spaces of #12823a

RGB 1813058
HSL0.390.760.29
HSV141°86°51°
CMYK 0.860.000.55   0.49
XYZ8.995816.39946.6943
Yxy16.39940.28030.5111
Hunter Lab40.4962-31.216418.5463
CIE-Lab47.4942-45.820630.5361

#12823a color RGB value is (18,130,58).

#12823a hex color red value is 18, green value is 130 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #12823a hue: 0.39 , saturation: 0.76 and the lightness value of 12823a is 0.29.

The process color (four color CMYK) of #12823a color hex is 0.86, 0.00, 0.55, 0.49. Web safe color of #12823a is #009933. Color #12823a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000010 00111010
Octal 22 202 72
Decimal 18 130 58
Hex 12 82 3A

RGB Percentages of Color #12823a

%8.74
%63.11
%28.16

CMYK Percentages of Color #12823a

%86
%0
%55
%49

Triadic Colors of #12823a

#12823a #3a1282 #823a12

Analogous Colors of #12823a

#12823a #128272 #228212

Monochromatic Colors of #12823a

#12823a

Complementary Color

#12823a #82125a

#12823a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12823a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12823a Color CSS Codes

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

#12823a Text Font Color

<p style="color:#12823a">Text here</p>

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


#12823a Background Color

<div style="background-color:#12823a">
Div content here</div>

This div background color is #12823a


#12823a Border Color

<div style="border:3px solid #12823a">
Div here</div>

This div border color is #12823a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,130,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12823a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12823a;
  -webkit-box-shadow: 1px 1px 3px 2px #12823a;
  box-shadow:         1px 1px 3px 2px #12823a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12823a


Comments

No comments written yet.

Please login to write comment.