Color Hex Logo

#149090 Color Hex

#149090
(20,144,144)
0 Favorites   0 Comments

Color spaces of #149090

RGB 20144144
HSL0.500.760.32
HSV180°86°56°
CMYK 0.860.000.00   0.44
XYZ15.295822.108929.8468
Yxy22.10890.22740.3287
Hunter Lab47.0201-24.2185-4.7213
CIE-Lab54.1424-30.3718-8.9849

#149090 color RGB value is (20,144,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010000 10010000
Octal 24 220 220
Decimal 20 144 144
Hex 14 90 90

RGB Percentages of Color #149090

%6.49
%46.75
%46.75

CMYK Percentages of Color #149090

%86
%0
%0
%44

Triadic Colors of #149090

#149090 #901490 #909014

Analogous Colors of #149090

#149090 #145290 #149052

Monochromatic Colors of #149090

#149090

Complementary Color

#149090 #901414

#149090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149090 Color CSS Codes

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

#149090 Text Font Color

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

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


#149090 Background Color

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

This div background color is #149090


#149090 Border Color

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

This div border color is #149090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149090


Comments

No comments written yet.

Please login to write comment.