Color Hex Logo

#0e434c Color Hex

#0E434C
(14,67,76)
0 Favorites   0 Comments

Color spaces of #0e434c

RGB 146776
HSL0.520.690.18
HSV189°82°30°
CMYK 0.820.120.00   0.70
XYZ3.49284.62957.5470
Yxy4.62950.22290.2955
Hunter Lab21.5163-8.6770-5.7350
CIE-Lab25.6520-13.3024-10.3413

#0e434c color RGB value is (14,67,76).

#0e434c hex color red value is 14, green value is 67 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #0e434c hue: 0.52 , saturation: 0.69 and the lightness value of 0e434c is 0.18.

The process color (four color CMYK) of #0e434c color hex is 0.82, 0.12, 0.00, 0.70. Web safe color of #0e434c is #003333. Color #0e434c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000011 01001100
Octal 16 103 114
Decimal 14 67 76
Hex E 43 4C

RGB Percentages of Color #0e434c

%8.92
%42.68
%48.41

CMYK Percentages of Color #0e434c

%82
%12
%0
%70

Triadic Colors of #0e434c

#0e434c #4c0e43 #434c0e

Analogous Colors of #0e434c

#0e434c #0e244c #0e4c36

Monochromatic Colors of #0e434c

#0e434c

Complementary Color

#0e434c #4c170e

#0e434c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e434c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e434c Color CSS Codes

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

#0e434c Text Font Color

<p style="color:#0e434c">Text here</p>

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


#0e434c Background Color

<div style="background-color:#0e434c">
Div content here</div>

This div background color is #0e434c


#0e434c Border Color

<div style="border:3px solid #0e434c">
Div here</div>

This div border color is #0e434c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,67,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e434c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e434c;
  -webkit-box-shadow: 1px 1px 3px 2px #0e434c;
  box-shadow:         1px 1px 3px 2px #0e434c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,67,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e434c


Comments

No comments written yet.

Please login to write comment.