Color Hex Logo

#12532a Color Hex

#12532A
(18,83,42)
0 Favorites   0 Comments

Color spaces of #12532a

RGB 188342
HSL0.390.640.20
HSV142°78°33°
CMYK 0.780.000.49   0.67
XYZ3.76066.48233.2435
Yxy6.48230.27880.4807
Hunter Lab25.4604-18.190410.2691
CIE-Lab30.5980-30.477218.3429

#12532a color RGB value is (18,83,42).

#12532a hex color red value is 18, green value is 83 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #12532a hue: 0.39 , saturation: 0.64 and the lightness value of 12532a is 0.20.

The process color (four color CMYK) of #12532a color hex is 0.78, 0.00, 0.49, 0.67. Web safe color of #12532a is #006633. Color #12532a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 00101010
Octal 22 123 52
Decimal 18 83 42
Hex 12 53 2A

RGB Percentages of Color #12532a

%12.59
%58.04
%29.37

CMYK Percentages of Color #12532a

%78
%0
%49
%67

Triadic Colors of #12532a

#12532a #2a1253 #532a12

Analogous Colors of #12532a

#12532a #12534b #1b5312

Monochromatic Colors of #12532a

#12532a

Complementary Color

#12532a #53123b

#12532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12532a Color CSS Codes

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

#12532a Text Font Color

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

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


#12532a Background Color

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

This div background color is #12532a


#12532a Border Color

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

This div border color is #12532a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12532a


Comments

No comments written yet.

Please login to write comment.