Color Hex Logo

#148263 Color Hex

#148263
(20,130,99)
0 Favorites   0 Comments

Color spaces of #148263

RGB 2013099
HSL0.450.730.29
HSV163°85°51°
CMYK 0.850.000.24   0.49
XYZ10.523317.014814.5339
Yxy17.01480.25010.4044
Hunter Lab41.2490-26.64757.9837
CIE-Lab48.2787-36.97308.6128

#148263 color RGB value is (20,130,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000010 01100011
Octal 24 202 143
Decimal 20 130 99
Hex 14 82 63

RGB Percentages of Color #148263

%8.03
%52.21
%39.76

CMYK Percentages of Color #148263

%85
%0
%24
%49

Triadic Colors of #148263

#148263 #631482 #826314

Analogous Colors of #148263

#148263 #146a82 #14822c

Monochromatic Colors of #148263

#148263

Complementary Color

#148263 #821433

#148263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148263 Color CSS Codes

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

#148263 Text Font Color

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

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


#148263 Background Color

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

This div background color is #148263


#148263 Border Color

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

This div border color is #148263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,130,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 #148263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148263


Comments

No comments written yet.

Please login to write comment.