Color Hex Logo

#0cbbea Color Hex

#0CBBEA
(12,187,234)
0 Favorites   0 Comments

Color spaces of #0cbbea

RGB 12187234
HSL0.540.900.48
HSV193°95°92°
CMYK 0.950.200.00   0.08
XYZ32.773241.559384.1363
Yxy41.55930.20680.2623
Hunter Lab64.4665-22.0713-32.2538
CIE-Lab70.5660-22.5146-34.2772

#0cbbea color RGB value is (12,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111011 11101010
Octal 14 273 352
Decimal 12 187 234
Hex C BB EA

RGB Percentages of Color #0cbbea

%2.77
%43.19
%54.04

CMYK Percentages of Color #0cbbea

%95
%20
%0
%8

Triadic Colors of #0cbbea

#0cbbea #ea0cbb #bbea0c

Analogous Colors of #0cbbea

#0cbbea #0c4cea #0ceaaa

Monochromatic Colors of #0cbbea

#0cbbea

Complementary Color

#0cbbea #ea3b0c

#0cbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbbea Color CSS Codes

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

#0cbbea Text Font Color

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

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


#0cbbea Background Color

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

This div background color is #0cbbea


#0cbbea Border Color

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

This div border color is #0cbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbbea


Comments

No comments written yet.

Please login to write comment.