Color Hex Logo

#0cf909 Color Hex

#0CF909
(12,249,9)
0 Favorites   0 Comments

Color spaces of #0cf909

RGB 122499
HSL0.330.950.51
HSV119°96°98°
CMYK 0.950.000.96   0.02
XYZ34.076667.849211.5586
Yxy67.84920.30030.5979
Hunter Lab82.3706-70.303449.3396
CIE-Lab85.9310-84.155381.0442

#0cf909 color RGB value is (12,249,9).

#0cf909 hex color red value is 12, green value is 249 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #0cf909 hue: 0.33 , saturation: 0.95 and the lightness value of 0cf909 is 0.51.

The process color (four color CMYK) of #0cf909 color hex is 0.95, 0.00, 0.96, 0.02. Web safe color of #0cf909 is #00ff00. Color #0cf909 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111001 00001001
Octal 14 371 11
Decimal 12 249 9
Hex C F9 9

RGB Percentages of Color #0cf909

%4.44
%92.22
%3.33

CMYK Percentages of Color #0cf909

%95
%0
%96
%2

Triadic Colors of #0cf909

#0cf909 #090cf9 #f9090c

Analogous Colors of #0cf909

#0cf909 #09f97e #84f909

Monochromatic Colors of #0cf909

#0cf909

Complementary Color

#0cf909 #f609f9

#0cf909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf909 Color CSS Codes

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

#0cf909 Text Font Color

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

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


#0cf909 Background Color

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

This div background color is #0cf909


#0cf909 Border Color

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

This div border color is #0cf909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf909


Comments

No comments written yet.

Please login to write comment.