Color Hex Logo

#0bcdce Color Hex

#0BCDCE
(11,205,206)
0 Favorites   0 Comments

Color spaces of #0bcdce

RGB 11205206
HSL0.500.900.43
HSV180°95°81°
CMYK 0.950.000.00   0.19
XYZ33.109948.190065.9490
Yxy48.19000.22490.3273
Hunter Lab69.4190-36.3464-7.7330
CIE-Lab74.9446-40.1913-12.4167

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001101 11001110
Octal 13 315 316
Decimal 11 205 206
Hex B CD CE

RGB Percentages of Color #0bcdce

%2.61
%48.58
%48.82

CMYK Percentages of Color #0bcdce

%95
%0
%0
%19

Triadic Colors of #0bcdce

#0bcdce #ce0bcd #cdce0b

Analogous Colors of #0bcdce

#0bcdce #0b6cce #0bce6e

Monochromatic Colors of #0bcdce

#0bcdce

Complementary Color

#0bcdce #ce0c0b

#0bcdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcdce Color CSS Codes

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

#0bcdce Text Font Color

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

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


#0bcdce Background Color

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

This div background color is #0bcdce


#0bcdce Border Color

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

This div border color is #0bcdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcdce


Comments

No comments written yet.

Please login to write comment.