Color Hex Logo

#12550a Color Hex

#12550A
(18,85,10)
0 Favorites   0 Comments

Color spaces of #12550a

RGB 188510
HSL0.320.790.19
HSV114°88°33°
CMYK 0.790.000.88   0.67
XYZ3.55276.64751.3830
Yxy6.64750.30670.5739
Hunter Lab25.7827-20.523614.8676
CIE-Lab30.9906-35.368534.3540

#12550a color RGB value is (18,85,10).

#12550a hex color red value is 18, green value is 85 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #12550a hue: 0.32 , saturation: 0.79 and the lightness value of 12550a is 0.19.

The process color (four color CMYK) of #12550a color hex is 0.79, 0.00, 0.88, 0.67. Web safe color of #12550a is #006600. Color #12550a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010101 00001010
Octal 22 125 12
Decimal 18 85 10
Hex 12 55 A

RGB Percentages of Color #12550a

%15.93
%75.22
%8.85

CMYK Percentages of Color #12550a

%79
%0
%88
%67

Triadic Colors of #12550a

#12550a #0a1255 #550a12

Analogous Colors of #12550a

#12550a #0a5528 #38550a

Monochromatic Colors of #12550a

#12550a

Complementary Color

#12550a #4d0a55

#12550a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12550a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12550a Color CSS Codes

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

#12550a Text Font Color

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

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


#12550a Background Color

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

This div background color is #12550a


#12550a Border Color

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

This div border color is #12550a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12550a

#12550a Color Palettes


Comments

No comments written yet.

Please login to write comment.