Color Hex Logo

#03db14 Color Hex

#03DB14
(3,219,20)
0 Favorites   0 Comments

Color spaces of #03db14

RGB 321920
HSL0.350.970.44
HSV125°99°86°
CMYK 0.990.000.91   0.14
XYZ25.495350.73299.1105
Yxy50.73290.29880.5945
Hunter Lab71.2270-60.754342.2753
CIE-Lab76.5169-76.318872.0356

#03db14 color RGB value is (3,219,20).

#03db14 hex color red value is 3, green value is 219 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #03db14 hue: 0.35 , saturation: 0.97 and the lightness value of 03db14 is 0.44.

The process color (four color CMYK) of #03db14 color hex is 0.99, 0.00, 0.91, 0.14. Web safe color of #03db14 is #00cc00. Color #03db14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11011011 00010100
Octal 3 333 24
Decimal 3 219 20
Hex 3 DB 14

RGB Percentages of Color #03db14

%1.24
%90.50
%8.26

CMYK Percentages of Color #03db14

%99
%0
%91
%14

Triadic Colors of #03db14

#03db14 #1403db #db1403

Analogous Colors of #03db14

#03db14 #03db80 #5edb03

Monochromatic Colors of #03db14

#03db14

Complementary Color

#03db14 #db03ca

#03db14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03db14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#03db14 Color CSS Codes

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

#03db14 Text Font Color

<p style="color:#03db14">Text here</p>

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


#03db14 Background Color

<div style="background-color:#03db14">
Div content here</div>

This div background color is #03db14


#03db14 Border Color

<div style="border:3px solid #03db14">
Div here</div>

This div border color is #03db14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,219,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03db14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03db14;
  -webkit-box-shadow: 1px 1px 3px 2px #03db14;
  box-shadow:         1px 1px 3px 2px #03db14; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03db14


Comments

No comments written yet.

Please login to write comment.