Color Hex Logo

#0cbbdc Color Hex

#0CBBDC
(12,187,220)
0 Favorites   0 Comments

Color spaces of #0cbbdc

RGB 12187220
HSL0.530.900.45
HSV190°95°86°
CMYK 0.950.150.00   0.14
XYZ30.840240.786173.9572
Yxy40.78610.21180.2802
Hunter Lab63.8640-25.5636-23.9555
CIE-Lab70.0258-27.2195-27.4869

#0cbbdc color RGB value is (12,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111011 11011100
Octal 14 273 334
Decimal 12 187 220
Hex C BB DC

RGB Percentages of Color #0cbbdc

%2.86
%44.63
%52.51

CMYK Percentages of Color #0cbbdc

%95
%15
%0
%14

Triadic Colors of #0cbbdc

#0cbbdc #dc0cbb #bbdc0c

Analogous Colors of #0cbbdc

#0cbbdc #0c53dc #0cdc95

Monochromatic Colors of #0cbbdc

#0cbbdc

Complementary Color

#0cbbdc #dc2d0c

#0cbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbbdc Color CSS Codes

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

#0cbbdc Text Font Color

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

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


#0cbbdc Background Color

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

This div background color is #0cbbdc


#0cbbdc Border Color

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

This div border color is #0cbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbbdc


Comments

No comments written yet.

Please login to write comment.