Color Hex Logo

#0cbade Color Hex

#0CBADE
(12,186,222)
0 Favorites   0 Comments

Color spaces of #0cbade

RGB 12186222
HSL0.530.900.46
HSV190°95°87°
CMYK 0.950.160.00   0.13
XYZ30.895340.469975.2904
Yxy40.46990.21070.2760
Hunter Lab63.6160-24.6388-25.6394
CIE-Lab69.8029-26.0543-28.9213

#0cbade color RGB value is (12,186,222).

#0cbade hex color red value is 12, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0cbade hue: 0.53 , saturation: 0.90 and the lightness value of 0cbade is 0.46.

The process color (four color CMYK) of #0cbade color hex is 0.95, 0.16, 0.00, 0.13. Web safe color of #0cbade is #00cccc. Color #0cbade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111010 11011110
Octal 14 272 336
Decimal 12 186 222
Hex C BA DE

RGB Percentages of Color #0cbade

%2.86
%44.29
%52.86

CMYK Percentages of Color #0cbade

%95
%16
%0
%13

Triadic Colors of #0cbade

#0cbade #de0cba #bade0c

Analogous Colors of #0cbade

#0cbade #0c51de #0cde99

Monochromatic Colors of #0cbade

#0cbade

Complementary Color

#0cbade #de300c

#0cbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbade Color CSS Codes

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

#0cbade Text Font Color

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

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


#0cbade Background Color

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

This div background color is #0cbade


#0cbade Border Color

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

This div border color is #0cbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbade


Comments

No comments written yet.

Please login to write comment.