Color Hex Logo

#0cd43b Color Hex

#0CD43B
(12,212,59)
0 Favorites   0 Comments

Color spaces of #0cd43b

RGB 1221259
HSL0.370.890.44
HSV134°94°83°
CMYK 0.940.000.72   0.17
XYZ24.484547.480912.0119
Yxy47.48090.29160.5654
Hunter Lab68.9064-57.159837.8989
CIE-Lab74.4963-71.928460.1071

#0cd43b color RGB value is (12,212,59).

#0cd43b hex color red value is 12, green value is 212 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #0cd43b hue: 0.37 , saturation: 0.89 and the lightness value of 0cd43b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11010100 00111011
Octal 14 324 73
Decimal 12 212 59
Hex C D4 3B

RGB Percentages of Color #0cd43b

%4.24
%74.91
%20.85

CMYK Percentages of Color #0cd43b

%94
%0
%72
%17

Triadic Colors of #0cd43b

#0cd43b #3b0cd4 #d43b0c

Analogous Colors of #0cd43b

#0cd43b #0cd49f #41d40c

Monochromatic Colors of #0cd43b

#0cd43b

Complementary Color

#0cd43b #d40ca5

#0cd43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cd43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cd43b Color CSS Codes

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

#0cd43b Text Font Color

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

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


#0cd43b Background Color

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

This div background color is #0cd43b


#0cd43b Border Color

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

This div border color is #0cd43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cd43b


Comments

No comments written yet.

Please login to write comment.