Color Hex Logo

#0cfffd Color Hex

#0CFFFD
(12,255,253)
0 Favorites   0 Comments

Color spaces of #0cfffd

RGB 12255253
HSL0.501.000.52
HSV180°95°100°
CMYK 0.950.000.01   0.00
XYZ53.641278.6900105.2900
Yxy78.69000.22570.3312
Hunter Lab88.7074-47.2993-8.2783
CIE-Lab91.0938-48.4148-13.1309

#0cfffd color RGB value is (12,255,253).

#0cfffd hex color red value is 12, green value is 255 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0cfffd hue: 0.50 , saturation: 1.00 and the lightness value of 0cfffd is 0.52.

The process color (four color CMYK) of #0cfffd color hex is 0.95, 0.00, 0.01, 0.00. Web safe color of #0cfffd is #00ffff. Color #0cfffd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111111 11111101
Octal 14 377 375
Decimal 12 255 253
Hex C FF FD

RGB Percentages of Color #0cfffd

%2.31
%49.04
%48.65

CMYK Percentages of Color #0cfffd

%95
%0
%1
%0

Triadic Colors of #0cfffd

#0cfffd #fd0cff #fffd0c

Analogous Colors of #0cfffd

#0cfffd #0c88ff #0cff84

Monochromatic Colors of #0cfffd

#0cfffd

Complementary Color

#0cfffd #ff0c0e

#0cfffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfffd Color CSS Codes

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

#0cfffd Text Font Color

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

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


#0cfffd Background Color

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

This div background color is #0cfffd


#0cfffd Border Color

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

This div border color is #0cfffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfffd

Related Colors


Comments

No comments written yet.

Please login to write comment.