Color Hex Logo

#125231 Color Hex

#125231
(18,82,49)
0 Favorites   0 Comments

Color spaces of #125231

RGB 188249
HSL0.410.640.20
HSV149°78°32°
CMYK 0.780.000.40   0.68
XYZ3.82116.38493.9368
Yxy6.38490.27020.4515
Hunter Lab25.2684-17.22678.4505
CIE-Lab30.3635-28.557313.8031

#125231 color RGB value is (18,82,49).

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

The process color (four color CMYK) of #125231 color hex is 0.78, 0.00, 0.40, 0.68. Web safe color of #125231 is #006633. Color #125231 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010010 00110001
Octal 22 122 61
Decimal 18 82 49
Hex 12 52 31

RGB Percentages of Color #125231

%12.08
%55.03
%32.89

CMYK Percentages of Color #125231

%78
%0
%40
%68

Triadic Colors of #125231

#125231 #311252 #523112

Analogous Colors of #125231

#125231 #125251 #135212

Monochromatic Colors of #125231

#125231

Complementary Color

#125231 #521233

#125231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125231 Color CSS Codes

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

#125231 Text Font Color

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

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


#125231 Background Color

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

This div background color is #125231


#125231 Border Color

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

This div border color is #125231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125231

#125231 Color Palettes


Comments

No comments written yet.

Please login to write comment.