Color Hex Logo

#0cfefb Color Hex

#0CFEFB
(12,254,251)
0 Favorites   0 Comments

Color spaces of #0cfefb

RGB 12254251
HSL0.500.990.52
HSV179°95°100°
CMYK 0.950.000.01   0.00
XYZ53.006077.9268103.5145
Yxy77.92680.22610.3324
Hunter Lab88.2762-47.3018-7.7314
CIE-Lab90.7465-48.5551-12.6118

#0cfefb color RGB value is (12,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111110 11111011
Octal 14 376 373
Decimal 12 254 251
Hex C FE FB

RGB Percentages of Color #0cfefb

%2.32
%49.13
%48.55

CMYK Percentages of Color #0cfefb

%95
%0
%1
%0

Triadic Colors of #0cfefb

#0cfefb #fb0cfe #fefb0c

Analogous Colors of #0cfefb

#0cfefb #0c88fe #0cfe82

Monochromatic Colors of #0cfefb

#0cfefb

Complementary Color

#0cfefb #fe0c0f

#0cfefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfefb Color CSS Codes

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

#0cfefb Text Font Color

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

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


#0cfefb Background Color

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

This div background color is #0cfefb


#0cfefb Border Color

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

This div border color is #0cfefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfefb

Related Colors


Comments

No comments written yet.

Please login to write comment.