Color Hex Logo

#12380f Color Hex

#12380F
(18,56,15)
0 Favorites   0 Comments

Color spaces of #12380f

RGB 185615
HSL0.320.580.14
HSV116°73°22°
CMYK 0.680.000.73   0.78
XYZ1.74992.99140.9371
Yxy2.99140.30820.5268
Hunter Lab17.2957-12.20768.8946
CIE-Lab20.0094-23.186421.0953

#12380f color RGB value is (18,56,15).

#12380f hex color red value is 18, green value is 56 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #12380f hue: 0.32 , saturation: 0.58 and the lightness value of 12380f is 0.14.

The process color (four color CMYK) of #12380f color hex is 0.68, 0.00, 0.73, 0.78. Web safe color of #12380f is #003300. Color #12380f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111000 00001111
Octal 22 70 17
Decimal 18 56 15
Hex 12 38 F

RGB Percentages of Color #12380f

%20.22
%62.92
%16.85

CMYK Percentages of Color #12380f

%68
%0
%73
%78

Triadic Colors of #12380f

#12380f #0f1238 #380f12

Analogous Colors of #12380f

#12380f #0f3821 #27380f

Monochromatic Colors of #12380f

#12380f

Complementary Color

#12380f #350f38

#12380f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12380f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12380f Color CSS Codes

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

#12380f Text Font Color

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

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


#12380f Background Color

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

This div background color is #12380f


#12380f Border Color

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

This div border color is #12380f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12380f


Comments

No comments written yet.

Please login to write comment.