Color Hex Logo

#0e2929 Color Hex

#0E2929
(14,41,41)
0 Favorites   0 Comments

Color spaces of #0e2929

RGB 144141
HSL0.500.490.11
HSV180°66°16°
CMYK 0.660.000.00   0.84
XYZ1.37431.83932.3804
Yxy1.83930.24570.3288
Hunter Lab13.5621-5.6455-0.9131
CIE-Lab14.6203-10.1735-3.1298

#0e2929 color RGB value is (14,41,41).

#0e2929 hex color red value is 14, green value is 41 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #0e2929 hue: 0.50 , saturation: 0.49 and the lightness value of 0e2929 is 0.11.

The process color (four color CMYK) of #0e2929 color hex is 0.66, 0.00, 0.00, 0.84. Web safe color of #0e2929 is #003333. Color #0e2929 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00101001 00101001
Octal 16 51 51
Decimal 14 41 41
Hex E 29 29

RGB Percentages of Color #0e2929

%14.58
%42.71
%42.71

CMYK Percentages of Color #0e2929

%66
%0
%0
%84

Triadic Colors of #0e2929

#0e2929 #290e29 #29290e

Analogous Colors of #0e2929

#0e2929 #0e1c29 #0e291c

Monochromatic Colors of #0e2929

#0e2929

Complementary Color

#0e2929 #290e0e

#0e2929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2929 Color CSS Codes

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

#0e2929 Text Font Color

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

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


#0e2929 Background Color

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

This div background color is #0e2929


#0e2929 Border Color

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

This div border color is #0e2929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2929


Comments

No comments written yet.

Please login to write comment.