Color Hex Logo

#0cf88d Color Hex

#0CF88D
(12,248,141)
0 Favorites   0 Comments

Color spaces of #0cf88d

RGB 12248141
HSL0.420.940.51
HSV153°95°97°
CMYK 0.950.000.43   0.03
XYZ38.526769.136136.5133
Yxy69.13610.26720.4795
Hunter Lab83.1481-62.801232.1673
CIE-Lab86.5714-72.081737.8967

#0cf88d color RGB value is (12,248,141).

#0cf88d hex color red value is 12, green value is 248 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #0cf88d hue: 0.42 , saturation: 0.94 and the lightness value of 0cf88d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111000 10001101
Octal 14 370 215
Decimal 12 248 141
Hex C F8 8D

RGB Percentages of Color #0cf88d

%2.99
%61.85
%35.16

CMYK Percentages of Color #0cf88d

%95
%0
%43
%3

Triadic Colors of #0cf88d

#0cf88d #8d0cf8 #f88d0c

Analogous Colors of #0cf88d

#0cf88d #0cedf8 #0cf817

Monochromatic Colors of #0cf88d

#0cf88d

Complementary Color

#0cf88d #f80c77

#0cf88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf88d Color CSS Codes

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

#0cf88d Text Font Color

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

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


#0cf88d Background Color

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

This div background color is #0cf88d


#0cf88d Border Color

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

This div border color is #0cf88d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,248,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 #0cf88d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf88d


Comments

No comments written yet.

Please login to write comment.