Color Hex Logo

#14253d Color Hex

#14253D
(20,37,61)
0 Favorites   0 Comments

Color spaces of #14253d

RGB 203761
HSL0.600.510.16
HSV215°67°24°
CMYK 0.670.390.00   0.76
XYZ1.79241.80884.6695
Yxy1.80880.21670.2187
Hunter Lab13.44920.2531-11.1709
CIE-Lab14.45011.8367-17.5056

#14253d color RGB value is (20,37,61).

#14253d hex color red value is 20, green value is 37 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #14253d hue: 0.60 , saturation: 0.51 and the lightness value of 14253d is 0.16.

The process color (four color CMYK) of #14253d color hex is 0.67, 0.39, 0.00, 0.76. Web safe color of #14253d is #003333. Color #14253d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 00111101
Octal 24 45 75
Decimal 20 37 61
Hex 14 25 3D

RGB Percentages of Color #14253d

%16.95
%31.36
%51.69

CMYK Percentages of Color #14253d

%67
%39
%0
%76

Triadic Colors of #14253d

#14253d #3d1425 #253d14

Analogous Colors of #14253d

#14253d #18143d #143a3d

Monochromatic Colors of #14253d

#14253d

Complementary Color

#14253d #3d2c14

#14253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14253d Color CSS Codes

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

#14253d Text Font Color

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

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


#14253d Background Color

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

This div background color is #14253d


#14253d Border Color

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

This div border color is #14253d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14253d


Comments

No comments written yet.

Please login to write comment.