Color Hex Logo

#149296 Color Hex

#149296
(20,146,150)
1 Favorites   0 Comments

Color spaces of #149296

RGB 20146150
HSL0.510.760.33
HSV182°87°59°
CMYK 0.870.030.00   0.41
XYZ16.072422.908532.4288
Yxy22.90850.22510.3208
Hunter Lab47.8628-23.8194-6.6671
CIE-Lab54.9780-29.4465-11.1874

#149296 color RGB value is (20,146,150).

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

The process color (four color CMYK) of #149296 color hex is 0.87, 0.03, 0.00, 0.41. Web safe color of #149296 is #009999. Color #149296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010010 10010110
Octal 24 222 226
Decimal 20 146 150
Hex 14 92 96

RGB Percentages of Color #149296

%6.33
%46.20
%47.47

CMYK Percentages of Color #149296

%87
%3
%0
%41

Triadic Colors of #149296

#149296 #961492 #929614

Analogous Colors of #149296

#149296 #145196 #149659

Monochromatic Colors of #149296

#149296

Complementary Color

#149296 #961814

#149296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149296 Color CSS Codes

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

#149296 Text Font Color

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

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


#149296 Background Color

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

This div background color is #149296


#149296 Border Color

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

This div border color is #149296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149296


Comments

No comments written yet.

Please login to write comment.