Color Hex Logo

#0cf18d Color Hex

#0CF18D
(12,241,141)
0 Favorites   0 Comments

Color spaces of #0cf18d

RGB 12241141
HSL0.430.910.50
HSV154°95°95°
CMYK 0.950.000.41   0.05
XYZ36.414664.911835.8093
Yxy64.91180.26550.4733
Hunter Lab80.5679-60.316330.0454
CIE-Lab84.4383-69.776635.1177

#0cf18d color RGB value is (12,241,141).

#0cf18d hex color red value is 12, green value is 241 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #0cf18d hue: 0.43 , saturation: 0.91 and the lightness value of 0cf18d is 0.50.

The process color (four color CMYK) of #0cf18d color hex is 0.95, 0.00, 0.41, 0.05. Web safe color of #0cf18d is #00ff99. Color #0cf18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11110001 10001101
Octal 14 361 215
Decimal 12 241 141
Hex C F1 8D

RGB Percentages of Color #0cf18d

%3.05
%61.17
%35.79

CMYK Percentages of Color #0cf18d

%95
%0
%41
%5

Triadic Colors of #0cf18d

#0cf18d #8d0cf1 #f18d0c

Analogous Colors of #0cf18d

#0cf18d #0ce3f1 #0cf11b

Monochromatic Colors of #0cf18d

#0cf18d

Complementary Color

#0cf18d #f10c70

#0cf18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf18d Color CSS Codes

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

#0cf18d Text Font Color

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

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


#0cf18d Background Color

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

This div background color is #0cf18d


#0cf18d Border Color

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

This div border color is #0cf18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf18d


Comments

No comments written yet.

Please login to write comment.