Color Hex Logo

#0cfade Color Hex

#0CFADE
(12,250,222)
0 Favorites   0 Comments

Color spaces of #0cfade

RGB 12250222
HSL0.480.960.51
HSV173°95°98°
CMYK 0.950.000.11   0.02
XYZ47.522073.723380.8326
Yxy73.72330.23520.3648
Hunter Lab85.8623-51.46504.2867
CIE-Lab88.7915-54.8416-0.4195

#0cfade color RGB value is (12,250,222).

#0cfade hex color red value is 12, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0cfade hue: 0.48 , saturation: 0.96 and the lightness value of 0cfade is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111010 11011110
Octal 14 372 336
Decimal 12 250 222
Hex C FA DE

RGB Percentages of Color #0cfade

%2.48
%51.65
%45.87

CMYK Percentages of Color #0cfade

%95
%0
%11
%2

Triadic Colors of #0cfade

#0cfade #de0cfa #fade0c

Analogous Colors of #0cfade

#0cfade #0c9ffa #0cfa67

Monochromatic Colors of #0cfade

#0cfade

Complementary Color

#0cfade #fa0c28

#0cfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfade Color CSS Codes

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

#0cfade Text Font Color

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

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


#0cfade Background Color

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

This div background color is #0cfade


#0cfade Border Color

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

This div border color is #0cfade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfade


Comments

No comments written yet.

Please login to write comment.