Color Hex Logo

#146267 Color Hex

#146267
(20,98,103)
0 Favorites   0 Comments

Color spaces of #146267

RGB 2098103
HSL0.510.670.24
HSV184°81°40°
CMYK 0.810.050.00   0.60
XYZ7.10449.863414.3613
Yxy9.86340.22680.3148
Hunter Lab31.4061-14.5819-5.1278
CIE-Lab37.5961-20.3978-9.3991

#146267 color RGB value is (20,98,103).

#146267 hex color red value is 20, green value is 98 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #146267 hue: 0.51 , saturation: 0.67 and the lightness value of 146267 is 0.24.

The process color (four color CMYK) of #146267 color hex is 0.81, 0.05, 0.00, 0.60. Web safe color of #146267 is #006666. Color #146267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100010 01100111
Octal 24 142 147
Decimal 20 98 103
Hex 14 62 67

RGB Percentages of Color #146267

%9.05
%44.34
%46.61

CMYK Percentages of Color #146267

%81
%5
%0
%60

Triadic Colors of #146267

#146267 #671462 #626714

Analogous Colors of #146267

#146267 #143967 #146743

Monochromatic Colors of #146267

#146267

Complementary Color

#146267 #671914

#146267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146267 Color CSS Codes

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

#146267 Text Font Color

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

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


#146267 Background Color

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

This div background color is #146267


#146267 Border Color

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

This div border color is #146267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146267


Comments

No comments written yet.

Please login to write comment.