Color Hex Logo

#0cf86b Color Hex

#0CF86B
(12,248,107)
0 Favorites   0 Comments

Color spaces of #0cf86b

RGB 12248107
HSL0.400.940.51
HSV144°95°97°
CMYK 0.950.000.57   0.03
XYZ36.372968.274525.1712
Yxy68.27450.28020.5259
Hunter Lab82.6284-66.024239.7783
CIE-Lab86.1435-77.265553.3624

#0cf86b color RGB value is (12,248,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111000 01101011
Octal 14 370 153
Decimal 12 248 107
Hex C F8 6B

RGB Percentages of Color #0cf86b

%3.27
%67.57
%29.16

CMYK Percentages of Color #0cf86b

%95
%0
%57
%3

Triadic Colors of #0cf86b

#0cf86b #6b0cf8 #f86b0c

Analogous Colors of #0cf86b

#0cf86b #0cf8e1 #23f80c

Monochromatic Colors of #0cf86b

#0cf86b

Complementary Color

#0cf86b #f80c99

#0cf86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf86b Color CSS Codes

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

#0cf86b Text Font Color

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

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


#0cf86b Background Color

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

This div background color is #0cf86b


#0cf86b Border Color

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

This div border color is #0cf86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf86b


Comments

No comments written yet.

Please login to write comment.