Color Hex Logo

#149085 Color Hex

#149085
(20,144,133)
0 Favorites   0 Comments

Color spaces of #149085

RGB 20144133
HSL0.490.760.32
HSV175°86°56°
CMYK 0.860.000.08   0.44
XYZ14.495421.788725.6320
Yxy21.78870.23410.3519
Hunter Lab46.6784-26.25610.1176
CIE-Lab53.8021-33.7341-3.1432

#149085 color RGB value is (20,144,133).

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

The process color (four color CMYK) of #149085 color hex is 0.86, 0.00, 0.08, 0.44. Web safe color of #149085 is #009999. Color #149085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010000 10000101
Octal 24 220 205
Decimal 20 144 133
Hex 14 90 85

RGB Percentages of Color #149085

%6.73
%48.48
%44.78

CMYK Percentages of Color #149085

%86
%0
%8
%44

Triadic Colors of #149085

#149085 #851490 #908514

Analogous Colors of #149085

#149085 #145d90 #149047

Monochromatic Colors of #149085

#149085

Complementary Color

#149085 #90141f

#149085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149085 Color CSS Codes

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

#149085 Text Font Color

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

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


#149085 Background Color

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

This div background color is #149085


#149085 Border Color

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

This div border color is #149085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149085


Comments

No comments written yet.

Please login to write comment.