Color Hex Logo

#0ceff1 Color Hex

#0CEFF1
(12,239,241)
0 Favorites   0 Comments

Color spaces of #0ceff1

RGB 12239241
HSL0.500.910.50
HSV181°95°95°
CMYK 0.950.010.00   0.05
XYZ46.895368.162093.9040
Yxy68.16200.22440.3262
Hunter Lab82.5603-43.0902-9.6442
CIE-Lab86.0874-44.9380-14.3600

#0ceff1 color RGB value is (12,239,241).

#0ceff1 hex color red value is 12, green value is 239 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #0ceff1 hue: 0.50 , saturation: 0.91 and the lightness value of 0ceff1 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101111 11110001
Octal 14 357 361
Decimal 12 239 241
Hex C EF F1

RGB Percentages of Color #0ceff1

%2.44
%48.58
%48.98

CMYK Percentages of Color #0ceff1

%95
%1
%0
%5

Triadic Colors of #0ceff1

#0ceff1 #f10cef #eff10c

Analogous Colors of #0ceff1

#0ceff1 #0c7df1 #0cf181

Monochromatic Colors of #0ceff1

#0ceff1

Complementary Color

#0ceff1 #f10e0c

#0ceff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ceff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ceff1 Color CSS Codes

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

#0ceff1 Text Font Color

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

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


#0ceff1 Background Color

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

This div background color is #0ceff1


#0ceff1 Border Color

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

This div border color is #0ceff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ceff1


Comments

No comments written yet.

Please login to write comment.