Color Hex Logo

#145ccc Color Hex

#145CCC
(20,92,204)
0 Favorites   0 Comments

Color spaces of #145ccc

RGB 2092204
HSL0.600.820.44
HSV217°90°80°
CMYK 0.900.550.00   0.20
XYZ15.014712.162658.6830
Yxy12.16260.17490.1417
Hunter Lab34.874915.8185-75.3531
CIE-Lab41.473422.5595-63.6678

#145ccc color RGB value is (20,92,204).

#145ccc hex color red value is 20, green value is 92 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #145ccc hue: 0.60 , saturation: 0.82 and the lightness value of 145ccc is 0.44.

The process color (four color CMYK) of #145ccc color hex is 0.90, 0.55, 0.00, 0.20. Web safe color of #145ccc is #0066cc. Color #145ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011100 11001100
Octal 24 134 314
Decimal 20 92 204
Hex 14 5C CC

RGB Percentages of Color #145ccc

%6.33
%29.11
%64.56

CMYK Percentages of Color #145ccc

%90
%55
%0
%20

Triadic Colors of #145ccc

#145ccc #cc145c #5ccc14

Analogous Colors of #145ccc

#145ccc #2814cc #14b8cc

Monochromatic Colors of #145ccc

#145ccc

Complementary Color

#145ccc #cc8414

#145ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#145ccc Color CSS Codes

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

#145ccc Text Font Color

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

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


#145ccc Background Color

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

This div background color is #145ccc


#145ccc Border Color

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

This div border color is #145ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145ccc


Comments

No comments written yet.

Please login to write comment.