Color Hex Logo

#148363 Color Hex

#148363
(20,131,99)
0 Favorites   0 Comments

Color spaces of #148363

RGB 2013199
HSL0.450.740.30
HSV163°85°51°
CMYK 0.850.000.24   0.49
XYZ10.656917.282214.5785
Yxy17.28220.25060.4065
Hunter Lab41.5719-26.99258.3084
CIE-Lab48.6137-37.40519.0859

#148363 color RGB value is (20,131,99).

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

The process color (four color CMYK) of #148363 color hex is 0.85, 0.00, 0.24, 0.49. Web safe color of #148363 is #009966. Color #148363 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000011 01100011
Octal 24 203 143
Decimal 20 131 99
Hex 14 83 63

RGB Percentages of Color #148363

%8.00
%52.40
%39.60

CMYK Percentages of Color #148363

%85
%0
%24
%49

Triadic Colors of #148363

#148363 #631483 #836314

Analogous Colors of #148363

#148363 #146c83 #14832c

Monochromatic Colors of #148363

#148363

Complementary Color

#148363 #831434

#148363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148363 Color CSS Codes

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

#148363 Text Font Color

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

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


#148363 Background Color

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

This div background color is #148363


#148363 Border Color

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

This div border color is #148363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148363


Comments

No comments written yet.

Please login to write comment.