Color Hex Logo

#149553 Color Hex

#149553
(20,149,83)
0 Favorites   0 Comments

Color spaces of #149553

RGB 2014983
HSL0.410.760.33
HSV149°87°58°
CMYK 0.870.000.44   0.42
XYZ12.597322.268111.8179
Yxy22.26810.26980.4770
Hunter Lab47.1891-34.929718.1839
CIE-Lab54.3103-48.134425.8228

#149553 color RGB value is (20,149,83).

#149553 hex color red value is 20, green value is 149 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #149553 hue: 0.41 , saturation: 0.76 and the lightness value of 149553 is 0.33.

The process color (four color CMYK) of #149553 color hex is 0.87, 0.00, 0.44, 0.42. Web safe color of #149553 is #009966. Color #149553 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010101 01010011
Octal 24 225 123
Decimal 20 149 83
Hex 14 95 53

RGB Percentages of Color #149553

%7.94
%59.13
%32.94

CMYK Percentages of Color #149553

%87
%0
%44
%42

Triadic Colors of #149553

#149553 #531495 #955314

Analogous Colors of #149553

#149553 #149594 #169514

Monochromatic Colors of #149553

#149553

Complementary Color

#149553 #951456

#149553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149553 Color CSS Codes

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

#149553 Text Font Color

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

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


#149553 Background Color

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

This div background color is #149553


#149553 Border Color

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

This div border color is #149553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149553


Comments

No comments written yet.

Please login to write comment.