Color Hex Logo

#0bdccc Color Hex

#0BDCCC
(11,220,204)
0 Favorites   0 Comments

Color spaces of #0bdccc

RGB 11220204
HSL0.490.900.45
HSV175°95°86°
CMYK 0.950.000.07   0.14
XYZ36.630355.617265.9313
Yxy55.61720.23160.3516
Hunter Lab74.5769-42.8350-0.2127
CIE-Lab79.3955-47.3248-4.7277

#0bdccc color RGB value is (11,220,204).

#0bdccc hex color red value is 11, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0bdccc hue: 0.49 , saturation: 0.90 and the lightness value of 0bdccc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011100 11001100
Octal 13 334 314
Decimal 11 220 204
Hex B DC CC

RGB Percentages of Color #0bdccc

%2.53
%50.57
%46.90

CMYK Percentages of Color #0bdccc

%95
%0
%7
%14

Triadic Colors of #0bdccc

#0bdccc #cc0bdc #dccc0b

Analogous Colors of #0bdccc

#0bdccc #0b84dc #0bdc63

Monochromatic Colors of #0bdccc

#0bdccc

Complementary Color

#0bdccc #dc0b1b

#0bdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdccc Color CSS Codes

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

#0bdccc Text Font Color

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

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


#0bdccc Background Color

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

This div background color is #0bdccc


#0bdccc Border Color

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

This div border color is #0bdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdccc


Comments

No comments written yet.

Please login to write comment.