Color Hex Logo

#125428 Color Hex

#125428
(18,84,40)
0 Favorites   0 Comments

Color spaces of #125428

RGB 188440
HSL0.390.650.20
HSV140°79°33°
CMYK 0.790.000.52   0.67
XYZ3.80286.62243.0853
Yxy6.62240.28150.4902
Hunter Lab25.7340-18.657010.9054
CIE-Lab30.9314-31.279019.9425

#125428 color RGB value is (18,84,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010100 00101000
Octal 22 124 50
Decimal 18 84 40
Hex 12 54 28

RGB Percentages of Color #125428

%12.68
%59.15
%28.17

CMYK Percentages of Color #125428

%79
%0
%52
%67

Triadic Colors of #125428

#125428 #281254 #542812

Analogous Colors of #125428

#125428 #125449 #1d5412

Monochromatic Colors of #125428

#125428

Complementary Color

#125428 #54123e

#125428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125428 Color CSS Codes

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

#125428 Text Font Color

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

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


#125428 Background Color

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

This div background color is #125428


#125428 Border Color

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

This div border color is #125428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125428


Comments

No comments written yet.

Please login to write comment.