Color Hex Logo

#0e403c Color Hex

#0E403C
(14,64,60)
0 Favorites   0 Comments

Color spaces of #0e403c

RGB 146460
HSL0.490.640.15
HSV175°78°25°
CMYK 0.780.000.06   0.75
XYZ2.83014.08644.9146
Yxy4.08640.23920.3454
Hunter Lab20.2148-10.3858-0.2641
CIE-Lab23.9550-17.2464-2.3217

#0e403c color RGB value is (14,64,60).

#0e403c hex color red value is 14, green value is 64 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #0e403c hue: 0.49 , saturation: 0.64 and the lightness value of 0e403c is 0.15.

The process color (four color CMYK) of #0e403c color hex is 0.78, 0.00, 0.06, 0.75. Web safe color of #0e403c is #003333. Color #0e403c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01000000 00111100
Octal 16 100 74
Decimal 14 64 60
Hex E 40 3C

RGB Percentages of Color #0e403c

%10.14
%46.38
%43.48

CMYK Percentages of Color #0e403c

%78
%0
%6
%75

Triadic Colors of #0e403c

#0e403c #3c0e40 #403c0e

Analogous Colors of #0e403c

#0e403c #0e2b40 #0e4023

Monochromatic Colors of #0e403c

#0e403c

Complementary Color

#0e403c #400e12

#0e403c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e403c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e403c Color CSS Codes

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

#0e403c Text Font Color

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

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


#0e403c Background Color

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

This div background color is #0e403c


#0e403c Border Color

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

This div border color is #0e403c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e403c


Comments

No comments written yet.

Please login to write comment.