Color Hex Logo

#0cbbec Color Hex

#0CBBEC
(12,187,236)
0 Favorites   0 Comments

Color spaces of #0cbbec

RGB 12187236
HSL0.540.900.49
HSV193°95°93°
CMYK 0.950.210.00   0.07
XYZ33.062341.674985.6584
Yxy41.67490.20610.2598
Hunter Lab64.5561-21.5547-33.4816
CIE-Lab70.6462-21.8323-35.2390

#0cbbec color RGB value is (12,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111011 11101100
Octal 14 273 354
Decimal 12 187 236
Hex C BB EC

RGB Percentages of Color #0cbbec

%2.76
%42.99
%54.25

CMYK Percentages of Color #0cbbec

%95
%21
%0
%7

Triadic Colors of #0cbbec

#0cbbec #ec0cbb #bbec0c

Analogous Colors of #0cbbec

#0cbbec #0c4bec #0cecad

Monochromatic Colors of #0cbbec

#0cbbec

Complementary Color

#0cbbec #ec3d0c

#0cbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbbec Color CSS Codes

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

#0cbbec Text Font Color

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

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


#0cbbec Background Color

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

This div background color is #0cbbec


#0cbbec Border Color

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

This div border color is #0cbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbbec


Comments

No comments written yet.

Please login to write comment.