Color Hex Logo

#0e2a03 Color Hex

#0E2A03
(14,42,3)
0 Favorites   0 Comments

Color spaces of #0e2a03

RGB 14423
HSL0.290.870.09
HSV103°93°16°
CMYK 0.670.000.93   0.84
XYZ1.02551.75590.3710
Yxy1.75590.32530.5570
Hunter Lab13.2510-9.37527.6157
CIE-Lab14.1503-19.473319.0905

#0e2a03 color RGB value is (14,42,3).

#0e2a03 hex color red value is 14, green value is 42 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #0e2a03 hue: 0.29 , saturation: 0.87 and the lightness value of 0e2a03 is 0.09.

The process color (four color CMYK) of #0e2a03 color hex is 0.67, 0.00, 0.93, 0.84. Web safe color of #0e2a03 is #003300. Color #0e2a03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00101010 00000011
Octal 16 52 3
Decimal 14 42 3
Hex E 2A 3

RGB Percentages of Color #0e2a03

%23.73
%71.19
%5.08

CMYK Percentages of Color #0e2a03

%67
%0
%93
%84

Triadic Colors of #0e2a03

#0e2a03 #030e2a #2a030e

Analogous Colors of #0e2a03

#0e2a03 #032a0c #222a03

Monochromatic Colors of #0e2a03

#0e2a03

Complementary Color

#0e2a03 #1f032a

#0e2a03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2a03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2a03 Color CSS Codes

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

#0e2a03 Text Font Color

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

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


#0e2a03 Background Color

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

This div background color is #0e2a03


#0e2a03 Border Color

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

This div border color is #0e2a03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2a03


Comments

No comments written yet.

Please login to write comment.