color codes Logo

#0cebef color codes

#0CEBEF
(12,235,239)
0 Favorites   0 Comments

Color spaces of #0cebef

RGB 12235239
HSL0.500.900.49
HSV181°95°94°
CMYK 0.950.020.00   0.06
XYZ45.439965.726891.9530
Yxy65.72680.22370.3236
Hunter Lab81.0721-41.8291-10.4970
CIE-Lab84.8569-43.7643-15.1539

#0cebef color RGB value is (12,235,239).

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

The process color (four color CMYK) of #0cebef color code is 0.95, 0.02, 0.00, 0.06. Web safe color of #0cebef is #00ffff. Color #0cebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101011 11101111
Octal 14 353 357
Decimal 12 235 239
Hex C EB EF

RGB Percentages of Color #0cebef

%2.47
%48.35
%49.18

CMYK Percentages of Color #0cebef

%95
%2
%0
%6

Triadic Colors of #0cebef

#0cebef #ef0ceb #ebef0c

Analogous Colors of #0cebef

#0cebef #0c7aef #0cef82

Monochromatic Colors of #0cebef

#0cebef

Complementary Color

#0cebef #ef100c

#0cebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cebef Color CSS Codes

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

#0cebef Text Font Color

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

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


#0cebef Background Color

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

This div background color is #0cebef


#0cebef Border Color

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

This div border color is #0cebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cebef


Comments

No comments written yet.

Please login to write comment.