Color Hex Logo

#01cc03 Color Hex

#01CC03
(1,204,3)
0 Favorites   0 Comments

Color spaces of #01cc03

RGB 12043
HSL0.330.990.40
HSV121°100°80°
CMYK 1.000.000.99   0.20
XYZ21.621843.19887.2848
Yxy43.19880.29990.5991
Hunter Lab65.7258-56.299039.4366
CIE-Lab71.6897-72.747169.9966

#01cc03 color RGB value is (1,204,3).

#01cc03 hex color red value is 1, green value is 204 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #01cc03 hue: 0.33 , saturation: 0.99 and the lightness value of 01cc03 is 0.40.

The process color (four color CMYK) of #01cc03 color hex is 1.00, 0.00, 0.99, 0.20. Web safe color of #01cc03 is #00cc00. Color #01cc03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 00000011
Octal 1 314 3
Decimal 1 204 3
Hex 1 CC 3

RGB Percentages of Color #01cc03

%0.48
%98.08
%1.44

CMYK Percentages of Color #01cc03

%100
%0
%99
%20

Triadic Colors of #01cc03

#01cc03 #0301cc #cc0301

Analogous Colors of #01cc03

#01cc03 #01cc69 #65cc01

Monochromatic Colors of #01cc03

#01cc03

Complementary Color

#01cc03 #cc01ca

#01cc03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cc03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cc03 Color CSS Codes

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

#01cc03 Text Font Color

<p style="color:#01cc03">Text here</p>

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


#01cc03 Background Color

<div style="background-color:#01cc03">
Div content here</div>

This div background color is #01cc03


#01cc03 Border Color

<div style="border:3px solid #01cc03">
Div here</div>

This div border color is #01cc03


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,204,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01cc03; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01cc03;
  -webkit-box-shadow: 1px 1px 3px 2px #01cc03;
  box-shadow:         1px 1px 3px 2px #01cc03; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,204,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 #01cc03">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cc03


Comments

No comments written yet.

Please login to write comment.