Color Hex Logo

#0bcecb Color Hex

#0BCECB
(11,206,203)
0 Favorites   0 Comments

Color spaces of #0bcecb

RGB 11206203
HSL0.500.900.43
HSV179°95°81°
CMYK 0.950.000.01   0.19
XYZ32.988848.525664.1276
Yxy48.52560.22650.3332
Hunter Lab69.6603-37.3739-5.8187
CIE-Lab75.1552-41.5286-10.4812

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001110 11001011
Octal 13 316 313
Decimal 11 206 203
Hex B CE CB

RGB Percentages of Color #0bcecb

%2.62
%49.05
%48.33

CMYK Percentages of Color #0bcecb

%95
%0
%1
%19

Triadic Colors of #0bcecb

#0bcecb #cb0bce #cecb0b

Analogous Colors of #0bcecb

#0bcecb #0b70ce #0bce6a

Monochromatic Colors of #0bcecb

#0bcecb

Complementary Color

#0bcecb #ce0b0e

#0bcecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcecb Color CSS Codes

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

#0bcecb Text Font Color

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

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


#0bcecb Background Color

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

This div background color is #0bcecb


#0bcecb Border Color

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

This div border color is #0bcecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcecb


Comments

No comments written yet.

Please login to write comment.