Color Hex Logo

#125219 Color Hex

#125219
(18,82,25)
0 Favorites   0 Comments

Color spaces of #125219

RGB 188225
HSL0.350.640.20
HSV127°78°32°
CMYK 0.780.000.70   0.68
XYZ3.44226.23341.9414
Yxy6.23340.29630.5366
Hunter Lab24.9668-19.081812.8664
CIE-Lab29.9938-32.823827.0503

#125219 color RGB value is (18,82,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010010 00011001
Octal 22 122 31
Decimal 18 82 25
Hex 12 52 19

RGB Percentages of Color #125219

%14.40
%65.60
%20.00

CMYK Percentages of Color #125219

%78
%0
%70
%68

Triadic Colors of #125219

#125219 #191252 #521912

Analogous Colors of #125219

#125219 #125239 #2b5212

Monochromatic Colors of #125219

#125219

Complementary Color

#125219 #52124b

#125219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125219 Color CSS Codes

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

#125219 Text Font Color

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

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


#125219 Background Color

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

This div background color is #125219


#125219 Border Color

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

This div border color is #125219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125219


Comments

No comments written yet.

Please login to write comment.