Color Hex Logo

#145cae Color Hex

#145CAE
(20,92,174)
0 Favorites   0 Comments

Color spaces of #145cae

RGB 2092174
HSL0.590.790.38
HSV212°89°68°
CMYK 0.890.470.00   0.32
XYZ11.755610.859041.5208
Yxy10.85900.18330.1693
Hunter Lab32.95306.0101-51.6383
CIE-Lab39.342010.5752-49.6153

#145cae color RGB value is (20,92,174).

#145cae hex color red value is 20, green value is 92 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #145cae hue: 0.59 , saturation: 0.79 and the lightness value of 145cae is 0.38.

The process color (four color CMYK) of #145cae color hex is 0.89, 0.47, 0.00, 0.32. Web safe color of #145cae is #006699. Color #145cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011100 10101110
Octal 24 134 256
Decimal 20 92 174
Hex 14 5C AE

RGB Percentages of Color #145cae

%6.99
%32.17
%60.84

CMYK Percentages of Color #145cae

%89
%47
%0
%32

Triadic Colors of #145cae

#145cae #ae145c #5cae14

Analogous Colors of #145cae

#145cae #1914ae #14a9ae

Monochromatic Colors of #145cae

#145cae

Complementary Color

#145cae #ae6614

#145cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#145cae Color CSS Codes

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

#145cae Text Font Color

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

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


#145cae Background Color

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

This div background color is #145cae


#145cae Border Color

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

This div border color is #145cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,92,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #145cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #145cae;
  -webkit-box-shadow: 1px 1px 3px 2px #145cae;
  box-shadow:         1px 1px 3px 2px #145cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145cae


Comments

No comments written yet.

Please login to write comment.