Color Hex Logo

#018455 Color Hex

#018455
(1,132,85)
0 Favorites   0 Comments

Color spaces of #018455

RGB 113285
HSL0.440.980.26
HSV158°99°52°
CMYK 0.990.000.36   0.48
XYZ9.903517.164911.3855
Yxy17.16490.25750.4464
Hunter Lab41.4305-29.835112.7079
CIE-Lab48.4671-42.594716.9264

#018455 color RGB value is (1,132,85).

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

The process color (four color CMYK) of #018455 color hex is 0.99, 0.00, 0.36, 0.48. Web safe color of #018455 is #009966. Color #018455 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000100 01010101
Octal 1 204 125
Decimal 1 132 85
Hex 1 84 55

RGB Percentages of Color #018455

%0.46
%60.55
%38.99

CMYK Percentages of Color #018455

%99
%0
%36
%48

Triadic Colors of #018455

#018455 #550184 #845501

Analogous Colors of #018455

#018455 #017284 #018414

Monochromatic Colors of #018455

#018455

Complementary Color

#018455 #840130

#018455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018455 Color CSS Codes

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

#018455 Text Font Color

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

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


#018455 Background Color

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

This div background color is #018455


#018455 Border Color

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

This div border color is #018455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018455


Comments

No comments written yet.

Please login to write comment.