Color Hex Logo

#0bcece Color Hex

#0BCECE
(11,206,206)
0 Favorites   0 Comments

Color spaces of #0bcece

RGB 11206206
HSL0.500.900.43
HSV180°95°81°
CMYK 0.950.000.00   0.19
XYZ33.349948.670066.0290
Yxy48.67000.22530.3287
Hunter Lab69.7639-36.7567-7.2811
CIE-Lab75.2456-40.6405-11.9663

#0bcece color RGB value is (11,206,206).

#0bcece hex color red value is 11, green value is 206 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0bcece hue: 0.50 , saturation: 0.90 and the lightness value of 0bcece is 0.43.

The process color (four color CMYK) of #0bcece color hex is 0.95, 0.00, 0.00, 0.19. Web safe color of #0bcece is #00cccc. Color #0bcece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001110 11001110
Octal 13 316 316
Decimal 11 206 206
Hex B CE CE

RGB Percentages of Color #0bcece

%2.60
%48.70
%48.70

CMYK Percentages of Color #0bcece

%95
%0
%0
%19

Triadic Colors of #0bcece

#0bcece #ce0bce #cece0b

Analogous Colors of #0bcece

#0bcece #0b6dce #0bce6d

Monochromatic Colors of #0bcece

#0bcece

Complementary Color

#0bcece #ce0b0b

#0bcece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcece Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcece Color CSS Codes

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

#0bcece Text Font Color

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

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


#0bcece Background Color

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

This div background color is #0bcece


#0bcece Border Color

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

This div border color is #0bcece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,206,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0bcece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0bcece;
  -webkit-box-shadow: 1px 1px 3px 2px #0bcece;
  box-shadow:         1px 1px 3px 2px #0bcece; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcece


Comments

No comments written yet.

Please login to write comment.