Color Hex Logo

#018425 Color Hex

#018425
(1,132,37)
0 Favorites   0 Comments

Color spaces of #018425

RGB 113237
HSL0.380.980.26
HSV136°99°52°
CMYK 0.990.000.72   0.48
XYZ8.597716.64264.5095
Yxy16.64260.28900.5594
Hunter Lab40.7953-33.772622.0028
CIE-Lab47.8065-50.578940.8144

#018425 color RGB value is (1,132,37).

#018425 hex color red value is 1, green value is 132 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #018425 hue: 0.38 , saturation: 0.98 and the lightness value of 018425 is 0.26.

The process color (four color CMYK) of #018425 color hex is 0.99, 0.00, 0.72, 0.48. Web safe color of #018425 is #009933. Color #018425 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000100 00100101
Octal 1 204 45
Decimal 1 132 37
Hex 1 84 25

RGB Percentages of Color #018425

%0.59
%77.65
%21.76

CMYK Percentages of Color #018425

%99
%0
%72
%48

Triadic Colors of #018425

#018425 #250184 #842501

Analogous Colors of #018425

#018425 #018467 #1f8401

Monochromatic Colors of #018425

#018425

Complementary Color

#018425 #840160

#018425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018425 Color CSS Codes

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

#018425 Text Font Color

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

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


#018425 Background Color

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

This div background color is #018425


#018425 Border Color

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

This div border color is #018425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018425


Comments

No comments written yet.

Please login to write comment.