Color Hex Logo

#0cd918 Color Hex

#0CD918
(12,217,24)
0 Favorites   0 Comments

Color spaces of #0cd918

RGB 1221724
HSL0.340.900.45
HSV124°94°85°
CMYK 0.940.000.89   0.15
XYZ25.129349.76989.1462
Yxy49.76980.29900.5922
Hunter Lab70.5477-59.876341.6967
CIE-Lab75.9277-75.329770.9056

#0cd918 color RGB value is (12,217,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011001 00011000
Octal 14 331 30
Decimal 12 217 24
Hex C D9 18

RGB Percentages of Color #0cd918

%4.74
%85.77
%9.49

CMYK Percentages of Color #0cd918

%94
%0
%89
%15

Triadic Colors of #0cd918

#0cd918 #180cd9 #d9180c

Analogous Colors of #0cd918

#0cd918 #0cd97f #67d90c

Monochromatic Colors of #0cd918

#0cd918

Complementary Color

#0cd918 #d90ccd

#0cd918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cd918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cd918 Color CSS Codes

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

#0cd918 Text Font Color

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

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


#0cd918 Background Color

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

This div background color is #0cd918


#0cd918 Border Color

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

This div border color is #0cd918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cd918


Comments

No comments written yet.

Please login to write comment.