Color Hex Logo

#146058 Color Hex

#146058
(20,96,88)
0 Favorites   0 Comments

Color spaces of #146058

RGB 209688
HSL0.480.660.23
HSV174°79°38°
CMYK 0.790.000.08   0.62
XYZ6.23289.219010.6835
Yxy9.21900.23850.3527
Hunter Lab30.3628-16.49290.3921
CIE-Lab36.4026-24.2448-1.8968

#146058 color RGB value is (20,96,88).

#146058 hex color red value is 20, green value is 96 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #146058 hue: 0.48 , saturation: 0.66 and the lightness value of 146058 is 0.23.

The process color (four color CMYK) of #146058 color hex is 0.79, 0.00, 0.08, 0.62. Web safe color of #146058 is #006666. Color #146058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100000 01011000
Octal 24 140 130
Decimal 20 96 88
Hex 14 60 58

RGB Percentages of Color #146058

%9.80
%47.06
%43.14

CMYK Percentages of Color #146058

%79
%0
%8
%62

Triadic Colors of #146058

#146058 #581460 #605814

Analogous Colors of #146058

#146058 #144260 #146032

Monochromatic Colors of #146058

#146058

Complementary Color

#146058 #60141c

#146058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146058 Color CSS Codes

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

#146058 Text Font Color

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

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


#146058 Background Color

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

This div background color is #146058


#146058 Border Color

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

This div border color is #146058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146058


Comments

No comments written yet.

Please login to write comment.