Color Hex Logo

#14235c Color Hex

#14235C
(20,35,92)
0 Favorites   0 Comments

Color spaces of #14235c

RGB 203592
HSL0.630.640.22
HSV228°78°36°
CMYK 0.780.620.00   0.64
XYZ2.82132.123510.3864
Yxy2.12350.18400.1385
Hunter Lab14.57229.0576-32.0585
CIE-Lab16.122516.3540-35.9994

#14235c color RGB value is (20,35,92).

#14235c hex color red value is 20, green value is 35 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #14235c hue: 0.63 , saturation: 0.64 and the lightness value of 14235c is 0.22.

The process color (four color CMYK) of #14235c color hex is 0.78, 0.62, 0.00, 0.64. Web safe color of #14235c is #003366. Color #14235c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100011 01011100
Octal 24 43 134
Decimal 20 35 92
Hex 14 23 5C

RGB Percentages of Color #14235c

%13.61
%23.81
%62.59

CMYK Percentages of Color #14235c

%78
%62
%0
%64

Triadic Colors of #14235c

#14235c #5c1423 #235c14

Analogous Colors of #14235c

#14235c #29145c #14475c

Monochromatic Colors of #14235c

#14235c

Complementary Color

#14235c #5c4d14

#14235c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14235c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14235c Color CSS Codes

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

#14235c Text Font Color

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

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


#14235c Background Color

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

This div background color is #14235c


#14235c Border Color

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

This div border color is #14235c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14235c


Comments

No comments written yet.

Please login to write comment.