Color Hex Logo

#145046 Color Hex

#145046
(20,80,70)
0 Favorites   0 Comments

Color spaces of #145046

RGB 208070
HSL0.470.600.20
HSV170°75°31°
CMYK 0.750.000.13   0.69
XYZ4.26266.32826.7912
Yxy6.32820.24520.3641
Hunter Lab25.1559-13.77651.6030
CIE-Lab30.2258-21.60600.3841

#145046 color RGB value is (20,80,70).

#145046 hex color red value is 20, green value is 80 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #145046 hue: 0.47 , saturation: 0.60 and the lightness value of 145046 is 0.20.

The process color (four color CMYK) of #145046 color hex is 0.75, 0.00, 0.13, 0.69. Web safe color of #145046 is #006633. Color #145046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010000 01000110
Octal 24 120 106
Decimal 20 80 70
Hex 14 50 46

RGB Percentages of Color #145046

%11.76
%47.06
%41.18

CMYK Percentages of Color #145046

%75
%0
%13
%69

Triadic Colors of #145046

#145046 #461450 #504614

Analogous Colors of #145046

#145046 #143c50 #145028

Monochromatic Colors of #145046

#145046

Complementary Color

#145046 #50141e

#145046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145046 Color CSS Codes

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

#145046 Text Font Color

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

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


#145046 Background Color

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

This div background color is #145046


#145046 Border Color

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

This div border color is #145046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145046


Comments

No comments written yet.

Please login to write comment.