Color Hex Logo

#014735 Color Hex

#014735
(1,71,53)
0 Favorites   0 Comments

Color spaces of #014735

RGB 17153
HSL0.460.970.14
HSV165°99°28°
CMYK 0.990.000.25   0.72
XYZ2.90844.77004.1356
Yxy4.77000.24620.4038
Hunter Lab21.8403-14.45044.0613
CIE-Lab26.0692-24.94285.3042

#014735 color RGB value is (1,71,53).

#014735 hex color red value is 1, green value is 71 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #014735 hue: 0.46 , saturation: 0.97 and the lightness value of 014735 is 0.14.

The process color (four color CMYK) of #014735 color hex is 0.99, 0.00, 0.25, 0.72. Web safe color of #014735 is #003333. Color #014735 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000111 00110101
Octal 1 107 65
Decimal 1 71 53
Hex 1 47 35

RGB Percentages of Color #014735

%0.80
%56.80
%42.40

CMYK Percentages of Color #014735

%99
%0
%25
%72

Triadic Colors of #014735

#014735 #350147 #473501

Analogous Colors of #014735

#014735 #013647 #014712

Monochromatic Colors of #014735

#014735

Complementary Color

#014735 #470113

#014735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014735 Color CSS Codes

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

#014735 Text Font Color

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

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


#014735 Background Color

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

This div background color is #014735


#014735 Border Color

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

This div border color is #014735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014735


Comments

No comments written yet.

Please login to write comment.