Color Hex Logo

#148387 Color Hex

#148387
(20,131,135)
0 Favorites   0 Comments

Color spaces of #148387

RGB 20131135
HSL0.510.740.30
HSV182°85°53°
CMYK 0.850.030.00   0.47
XYZ12.778018.130625.7478
Yxy18.13060.22550.3200
Hunter Lab42.5800-20.9484-6.0461
CIE-Lab49.6541-26.8515-10.4805

#148387 color RGB value is (20,131,135).

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

The process color (four color CMYK) of #148387 color hex is 0.85, 0.03, 0.00, 0.47. Web safe color of #148387 is #009999. Color #148387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000011 10000111
Octal 24 203 207
Decimal 20 131 135
Hex 14 83 87

RGB Percentages of Color #148387

%6.99
%45.80
%47.20

CMYK Percentages of Color #148387

%85
%3
%0
%47

Triadic Colors of #148387

#148387 #871483 #838714

Analogous Colors of #148387

#148387 #144a87 #148752

Monochromatic Colors of #148387

#148387

Complementary Color

#148387 #871814

#148387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148387 Color CSS Codes

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

#148387 Text Font Color

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

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


#148387 Background Color

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

This div background color is #148387


#148387 Border Color

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

This div border color is #148387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148387


Comments

No comments written yet.

Please login to write comment.