Color Hex Logo

#01c423 Color Hex

#01C423
(1,196,35)
0 Favorites   0 Comments

Color spaces of #01c423

RGB 119635
HSL0.360.990.39
HSV130°99°77°
CMYK 0.990.000.82   0.23
XYZ20.055839.60778.1781
Yxy39.60770.29560.5838
Hunter Lab62.9346-53.251936.3498
CIE-Lab69.1892-69.523462.4938

#01c423 color RGB value is (1,196,35).

#01c423 hex color red value is 1, green value is 196 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #01c423 hue: 0.36 , saturation: 0.99 and the lightness value of 01c423 is 0.39.

The process color (four color CMYK) of #01c423 color hex is 0.99, 0.00, 0.82, 0.23. Web safe color of #01c423 is #00cc33. Color #01c423 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11000100 00100011
Octal 1 304 43
Decimal 1 196 35
Hex 1 C4 23

RGB Percentages of Color #01c423

%0.43
%84.48
%15.09

CMYK Percentages of Color #01c423

%99
%0
%82
%23

Triadic Colors of #01c423

#01c423 #2301c4 #c42301

Analogous Colors of #01c423

#01c423 #01c485 #40c401

Monochromatic Colors of #01c423

#01c423

Complementary Color

#01c423 #c401a2

#01c423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01c423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01c423 Color CSS Codes

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

#01c423 Text Font Color

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

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


#01c423 Background Color

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

This div background color is #01c423


#01c423 Border Color

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

This div border color is #01c423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01c423


Comments

No comments written yet.

Please login to write comment.