Color Hex Logo

#0cdbef Color Hex

#0CDBEF
(12,219,239)
0 Favorites   0 Comments

Color spaces of #0cdbef

RGB 12219239
HSL0.510.900.49
HSV185°95°94°
CMYK 0.950.080.00   0.06
XYZ41.063156.973290.4940
Yxy56.97320.21780.3022
Hunter Lab75.4806-34.9831-18.2466
CIE-Lab80.1645-36.5173-22.2390

#0cdbef color RGB value is (12,219,239).

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

The process color (four color CMYK) of #0cdbef color hex is 0.95, 0.08, 0.00, 0.06. Web safe color of #0cdbef is #00ccff. Color #0cdbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011011 11101111
Octal 14 333 357
Decimal 12 219 239
Hex C DB EF

RGB Percentages of Color #0cdbef

%2.55
%46.60
%50.85

CMYK Percentages of Color #0cdbef

%95
%8
%0
%6

Triadic Colors of #0cdbef

#0cdbef #ef0cdb #dbef0c

Analogous Colors of #0cdbef

#0cdbef #0c6aef #0cef92

Monochromatic Colors of #0cdbef

#0cdbef

Complementary Color

#0cdbef #ef200c

#0cdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdbef Color CSS Codes

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

#0cdbef Text Font Color

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

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


#0cdbef Background Color

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

This div background color is #0cdbef


#0cdbef Border Color

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

This div border color is #0cdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdbef


Comments

No comments written yet.

Please login to write comment.