Color Hex Logo

#148485 Color Hex

#148485
(20,132,133)
0 Favorites   0 Comments

Color spaces of #148485

RGB 20132133
HSL0.500.740.30
HSV181°85°52°
CMYK 0.850.010.00   0.48
XYZ12.773418.344725.0580
Yxy18.34470.22740.3266
Hunter Lab42.8307-21.7197-4.7060
CIE-Lab49.9116-27.9918-8.9222

#148485 color RGB value is (20,132,133).

#148485 hex color red value is 20, green value is 132 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #148485 hue: 0.50 , saturation: 0.74 and the lightness value of 148485 is 0.30.

The process color (four color CMYK) of #148485 color hex is 0.85, 0.01, 0.00, 0.48. Web safe color of #148485 is #009999. Color #148485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000100 10000101
Octal 24 204 205
Decimal 20 132 133
Hex 14 84 85

RGB Percentages of Color #148485

%7.02
%46.32
%46.67

CMYK Percentages of Color #148485

%85
%1
%0
%48

Triadic Colors of #148485

#148485 #851484 #848514

Analogous Colors of #148485

#148485 #144b85 #14854e

Monochromatic Colors of #148485

#148485

Complementary Color

#148485 #851514

#148485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148485 Color CSS Codes

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

#148485 Text Font Color

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

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


#148485 Background Color

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

This div background color is #148485


#148485 Border Color

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

This div border color is #148485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148485


Comments

No comments written yet.

Please login to write comment.