Color Hex Logo

#125312 Color Hex

#125312
(18,83,18)
0 Favorites   0 Comments

Color spaces of #125312

RGB 188318
HSL0.330.640.20
HSV120°78°33°
CMYK 0.780.000.78   0.67
XYZ3.45196.35881.6177
Yxy6.35880.30200.5564
Hunter Lab25.2167-19.694413.8481
CIE-Lab30.3002-33.989130.6607

#125312 color RGB value is (18,83,18).

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

The process color (four color CMYK) of #125312 color hex is 0.78, 0.00, 0.78, 0.67. Web safe color of #125312 is #006600. Color #125312 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 00010010
Octal 22 123 22
Decimal 18 83 18
Hex 12 53 12

RGB Percentages of Color #125312

%15.13
%69.75
%15.13

CMYK Percentages of Color #125312

%78
%0
%78
%67

Triadic Colors of #125312

#125312 #121253 #531212

Analogous Colors of #125312

#125312 #125333 #335312

Monochromatic Colors of #125312

#125312

Complementary Color

#125312 #531253

#125312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125312 Color CSS Codes

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

#125312 Text Font Color

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

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


#125312 Background Color

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

This div background color is #125312


#125312 Border Color

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

This div border color is #125312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125312


Comments

No comments written yet.

Please login to write comment.