Color Hex Logo

#0cfefd Color Hex

#0CFEFD
(12,254,253)
0 Favorites   0 Comments

Color spaces of #0cfefd

RGB 12254253
HSL0.500.990.52
HSV180°95°100°
CMYK 0.950.000.00   0.00
XYZ53.323178.0536105.1839
Yxy78.05360.22540.3300
Hunter Lab88.3479-46.8738-8.7450
CIE-Lab90.8044-47.9854-13.5635

#0cfefd color RGB value is (12,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111110 11111101
Octal 14 376 375
Decimal 12 254 253
Hex C FE FD

RGB Percentages of Color #0cfefd

%2.31
%48.94
%48.75

CMYK Percentages of Color #0cfefd

%95
%0
%0
%0

Triadic Colors of #0cfefd

#0cfefd #fd0cfe #fefd0c

Analogous Colors of #0cfefd

#0cfefd #0c86fe #0cfe84

Monochromatic Colors of #0cfefd

#0cfefd

Complementary Color

#0cfefd #fe0c0d

#0cfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfefd Color CSS Codes

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

#0cfefd Text Font Color

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

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


#0cfefd Background Color

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

This div background color is #0cfefd


#0cfefd Border Color

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

This div border color is #0cfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.