Color Hex Logo

#01504f Color Hex

#01504F
(1,80,79)
0 Favorites   0 Comments

Color spaces of #01504f

RGB 18079
HSL0.500.980.16
HSV179°99°31°
CMYK 0.990.000.01   0.69
XYZ4.29256.30838.3885
Yxy6.30830.22600.3322
Hunter Lab25.1163-13.4471-2.2206
CIE-Lab30.1773-20.9825-5.4856

#01504f color RGB value is (1,80,79).

#01504f hex color red value is 1, green value is 80 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #01504f hue: 0.50 , saturation: 0.98 and the lightness value of 01504f is 0.16.

The process color (four color CMYK) of #01504f color hex is 0.99, 0.00, 0.01, 0.69. Web safe color of #01504f is #006666. Color #01504f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010000 01001111
Octal 1 120 117
Decimal 1 80 79
Hex 1 50 4F

RGB Percentages of Color #01504f

%0.63
%50.00
%49.38

CMYK Percentages of Color #01504f

%99
%0
%1
%69

Triadic Colors of #01504f

#01504f #4f0150 #504f01

Analogous Colors of #01504f

#01504f #012a50 #015028

Monochromatic Colors of #01504f

#01504f

Complementary Color

#01504f #500102

#01504f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01504f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01504f Color CSS Codes

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

#01504f Text Font Color

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

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


#01504f Background Color

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

This div background color is #01504f


#01504f Border Color

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

This div border color is #01504f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,80,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01504f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01504f;
  -webkit-box-shadow: 1px 1px 3px 2px #01504f;
  box-shadow:         1px 1px 3px 2px #01504f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01504f


Comments

No comments written yet.

Please login to write comment.