Color Hex Logo

#14254f Color Hex

#14254F
(20,37,79)
0 Favorites   0 Comments

Color spaces of #14254f

RGB 203779
HSL0.620.600.19
HSV223°75°31°
CMYK 0.750.530.00   0.69
XYZ2.36132.03647.6657
Yxy2.03640.19570.1688
Hunter Lab14.27024.5635-21.8603
CIE-Lab15.67719.3559-27.9679

#14254f color RGB value is (20,37,79).

#14254f hex color red value is 20, green value is 37 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #14254f hue: 0.62 , saturation: 0.60 and the lightness value of 14254f is 0.19.

The process color (four color CMYK) of #14254f color hex is 0.75, 0.53, 0.00, 0.69. Web safe color of #14254f is #003366. Color #14254f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 01001111
Octal 24 45 117
Decimal 20 37 79
Hex 14 25 4F

RGB Percentages of Color #14254f

%14.71
%27.21
%58.09

CMYK Percentages of Color #14254f

%75
%53
%0
%69

Triadic Colors of #14254f

#14254f #4f1425 #254f14

Analogous Colors of #14254f

#14254f #21144f #14434f

Monochromatic Colors of #14254f

#14254f

Complementary Color

#14254f #4f3e14

#14254f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14254f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14254f Color CSS Codes

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

#14254f Text Font Color

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

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


#14254f Background Color

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

This div background color is #14254f


#14254f Border Color

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

This div border color is #14254f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,37,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14254f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14254f;
  -webkit-box-shadow: 1px 1px 3px 2px #14254f;
  box-shadow:         1px 1px 3px 2px #14254f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14254f


Comments

No comments written yet.

Please login to write comment.