Color Hex Logo

#148479 Color Hex

#148479
(20,132,121)
0 Favorites   0 Comments

Color spaces of #148479

RGB 20132121
HSL0.480.740.30
HSV174°85°52°
CMYK 0.850.000.08   0.48
XYZ11.990918.031720.9376
Yxy18.03170.23530.3538
Hunter Lab42.4637-23.90680.4905
CIE-Lab49.5345-31.7071-2.4483

#148479 color RGB value is (20,132,121).

#148479 hex color red value is 20, green value is 132 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #148479 hue: 0.48 , saturation: 0.74 and the lightness value of 148479 is 0.30.

The process color (four color CMYK) of #148479 color hex is 0.85, 0.00, 0.08, 0.48. Web safe color of #148479 is #009966. Color #148479 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000100 01111001
Octal 24 204 171
Decimal 20 132 121
Hex 14 84 79

RGB Percentages of Color #148479

%7.33
%48.35
%44.32

CMYK Percentages of Color #148479

%85
%0
%8
%48

Triadic Colors of #148479

#148479 #791484 #847914

Analogous Colors of #148479

#148479 #145784 #148441

Monochromatic Colors of #148479

#148479

Complementary Color

#148479 #84141f

#148479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148479 Color CSS Codes

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

#148479 Text Font Color

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

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


#148479 Background Color

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

This div background color is #148479


#148479 Border Color

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

This div border color is #148479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148479


Comments

No comments written yet.

Please login to write comment.