Color Hex Logo

#0cda1a Color Hex

#0CDA1A
(12,218,26)
0 Favorites   0 Comments

Color spaces of #0cda1a

RGB 1221826
HSL0.340.900.45
HSV124°94°85°
CMYK 0.940.000.88   0.15
XYZ25.409550.29569.3461
Yxy50.29560.29880.5914
Hunter Lab70.9194-60.154741.8301
CIE-Lab76.2503-75.531970.8283

#0cda1a color RGB value is (12,218,26).

#0cda1a hex color red value is 12, green value is 218 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #0cda1a hue: 0.34 , saturation: 0.90 and the lightness value of 0cda1a is 0.45.

The process color (four color CMYK) of #0cda1a color hex is 0.94, 0.00, 0.88, 0.15. Web safe color of #0cda1a is #00cc33. Color #0cda1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011010 00011010
Octal 14 332 32
Decimal 12 218 26
Hex C DA 1A

RGB Percentages of Color #0cda1a

%4.69
%85.16
%10.16

CMYK Percentages of Color #0cda1a

%94
%0
%88
%15

Triadic Colors of #0cda1a

#0cda1a #1a0cda #da1a0c

Analogous Colors of #0cda1a

#0cda1a #0cda81 #65da0c

Monochromatic Colors of #0cda1a

#0cda1a

Complementary Color

#0cda1a #da0ccc

#0cda1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cda1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cda1a Color CSS Codes

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

#0cda1a Text Font Color

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

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


#0cda1a Background Color

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

This div background color is #0cda1a


#0cda1a Border Color

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

This div border color is #0cda1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,218,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cda1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cda1a;
  -webkit-box-shadow: 1px 1px 3px 2px #0cda1a;
  box-shadow:         1px 1px 3px 2px #0cda1a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cda1a


Comments

No comments written yet.

Please login to write comment.