Color Hex Logo

#0ccbeb Color Hex

#0CCBEB
(12,203,235)
0 Favorites   0 Comments

Color spaces of #0ccbeb

RGB 12203235
HSL0.520.900.48
HSV189°95°92°
CMYK 0.950.140.00   0.08
XYZ36.503048.788286.0904
Yxy48.78820.21300.2847
Hunter Lab69.8486-28.9505-24.1827
CIE-Lab75.3194-30.1774-27.4917

#0ccbeb color RGB value is (12,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001011 11101011
Octal 14 313 353
Decimal 12 203 235
Hex C CB EB

RGB Percentages of Color #0ccbeb

%2.67
%45.11
%52.22

CMYK Percentages of Color #0ccbeb

%95
%14
%0
%8

Triadic Colors of #0ccbeb

#0ccbeb #eb0ccb #cbeb0c

Analogous Colors of #0ccbeb

#0ccbeb #0c5ceb #0ceb9c

Monochromatic Colors of #0ccbeb

#0ccbeb

Complementary Color

#0ccbeb #eb2c0c

#0ccbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccbeb Color CSS Codes

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

#0ccbeb Text Font Color

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

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


#0ccbeb Background Color

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

This div background color is #0ccbeb


#0ccbeb Border Color

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

This div border color is #0ccbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccbeb


Comments

No comments written yet.

Please login to write comment.