Color Hex Logo

#0cf6af Color Hex

#0CF6AF
(12,246,175)
0 Favorites   0 Comments

Color spaces of #0cf6af

RGB 12246175
HSL0.450.930.51
HSV162°95°96°
CMYK 0.950.000.29   0.04
XYZ40.845269.084851.7394
Yxy69.08480.25260.4273
Hunter Lab83.1173-57.737421.2748
CIE-Lab86.5460-64.693620.7343

#0cf6af color RGB value is (12,246,175).

#0cf6af hex color red value is 12, green value is 246 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0cf6af hue: 0.45 , saturation: 0.93 and the lightness value of 0cf6af is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11110110 10101111
Octal 14 366 257
Decimal 12 246 175
Hex C F6 AF

RGB Percentages of Color #0cf6af

%2.77
%56.81
%40.42

CMYK Percentages of Color #0cf6af

%95
%0
%29
%4

Triadic Colors of #0cf6af

#0cf6af #af0cf6 #f6af0c

Analogous Colors of #0cf6af

#0cf6af #0cc8f6 #0cf63a

Monochromatic Colors of #0cf6af

#0cf6af

Complementary Color

#0cf6af #f60c53

#0cf6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cf6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cf6af Color CSS Codes

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

#0cf6af Text Font Color

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

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


#0cf6af Background Color

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

This div background color is #0cf6af


#0cf6af Border Color

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

This div border color is #0cf6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cf6af


Comments

No comments written yet.

Please login to write comment.