Color Hex Logo

#0cbbde Color Hex

#0CBBDE
(12,187,222)
0 Favorites   0 Comments

Color spaces of #0cbbde

RGB 12187222
HSL0.530.900.46
HSV190°95°87°
CMYK 0.950.160.00   0.13
XYZ31.106840.892775.3608
Yxy40.89270.21110.2775
Hunter Lab63.9474-25.0778-25.1090
CIE-Lab70.1007-26.5551-28.4630

#0cbbde color RGB value is (12,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111011 11011110
Octal 14 273 336
Decimal 12 187 222
Hex C BB DE

RGB Percentages of Color #0cbbde

%2.85
%44.42
%52.73

CMYK Percentages of Color #0cbbde

%95
%16
%0
%13

Triadic Colors of #0cbbde

#0cbbde #de0cbb #bbde0c

Analogous Colors of #0cbbde

#0cbbde #0c52de #0cde98

Monochromatic Colors of #0cbbde

#0cbbde

Complementary Color

#0cbbde #de2f0c

#0cbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbbde Color CSS Codes

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

#0cbbde Text Font Color

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

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


#0cbbde Background Color

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

This div background color is #0cbbde


#0cbbde Border Color

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

This div border color is #0cbbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbbde


Comments

No comments written yet.

Please login to write comment.