Color Hex Logo

#0cbdea Color Hex

#0CBDEA
(12,189,234)
0 Favorites   0 Comments

Color spaces of #0cbdea

RGB 12189234
HSL0.530.900.48
HSV192°95°92°
CMYK 0.950.190.00   0.08
XYZ33.200542.413984.2787
Yxy42.41390.20760.2653
Hunter Lab65.1260-22.9731-31.1383
CIE-Lab71.1554-23.5377-33.3645

#0cbdea color RGB value is (12,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111101 11101010
Octal 14 275 352
Decimal 12 189 234
Hex C BD EA

RGB Percentages of Color #0cbdea

%2.76
%43.45
%53.79

CMYK Percentages of Color #0cbdea

%95
%19
%0
%8

Triadic Colors of #0cbdea

#0cbdea #ea0cbd #bdea0c

Analogous Colors of #0cbdea

#0cbdea #0c4eea #0ceaa8

Monochromatic Colors of #0cbdea

#0cbdea

Complementary Color

#0cbdea #ea390c

#0cbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbdea Color CSS Codes

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

#0cbdea Text Font Color

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

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


#0cbdea Background Color

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

This div background color is #0cbdea


#0cbdea Border Color

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

This div border color is #0cbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbdea


Comments

No comments written yet.

Please login to write comment.