Color Hex Logo

#125439 Color Hex

#125439
(18,84,57)
0 Favorites   0 Comments

Color spaces of #125439

RGB 188457
HSL0.430.650.20
HSV155°79°33°
CMYK 0.790.000.32   0.67
XYZ4.15836.76474.9574
Yxy6.76470.26190.4260
Hunter Lab26.0090-16.97746.9055
CIE-Lab31.2651-27.546610.0757

#125439 color RGB value is (18,84,57).

#125439 hex color red value is 18, green value is 84 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #125439 hue: 0.43 , saturation: 0.65 and the lightness value of 125439 is 0.20.

The process color (four color CMYK) of #125439 color hex is 0.79, 0.00, 0.32, 0.67. Web safe color of #125439 is #006633. Color #125439 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010100 00111001
Octal 22 124 71
Decimal 18 84 57
Hex 12 54 39

RGB Percentages of Color #125439

%11.32
%52.83
%35.85

CMYK Percentages of Color #125439

%79
%0
%32
%67

Triadic Colors of #125439

#125439 #391254 #543912

Analogous Colors of #125439

#125439 #124e54 #125418

Monochromatic Colors of #125439

#125439

Complementary Color

#125439 #54122d

#125439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125439 Color CSS Codes

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

#125439 Text Font Color

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

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


#125439 Background Color

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

This div background color is #125439


#125439 Border Color

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

This div border color is #125439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125439


Comments

No comments written yet.

Please login to write comment.