Color Hex Logo

#149074 Color Hex

#149074
(20,144,116)
0 Favorites   0 Comments

Color spaces of #149074

RGB 20144116
HSL0.460.760.32
HSV166°86°56°
CMYK 0.860.000.19   0.44
XYZ13.414121.356219.9382
Yxy21.35620.24520.3904
Hunter Lab46.2128-29.05956.7687
CIE-Lab53.3371-38.54495.9746

#149074 color RGB value is (20,144,116).

#149074 hex color red value is 20, green value is 144 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #149074 hue: 0.46 , saturation: 0.76 and the lightness value of 149074 is 0.32.

The process color (four color CMYK) of #149074 color hex is 0.86, 0.00, 0.19, 0.44. Web safe color of #149074 is #009966. Color #149074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010000 01110100
Octal 24 220 164
Decimal 20 144 116
Hex 14 90 74

RGB Percentages of Color #149074

%7.14
%51.43
%41.43

CMYK Percentages of Color #149074

%86
%0
%19
%44

Triadic Colors of #149074

#149074 #741490 #907414

Analogous Colors of #149074

#149074 #146e90 #149036

Monochromatic Colors of #149074

#149074

Complementary Color

#149074 #901430

#149074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149074 Color CSS Codes

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

#149074 Text Font Color

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

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


#149074 Background Color

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

This div background color is #149074


#149074 Border Color

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

This div border color is #149074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149074


Comments

No comments written yet.

Please login to write comment.