Color Hex Logo

#0bdfdb Color Hex

#0BDFDB
(11,223,219)
0 Favorites   0 Comments

Color spaces of #0bdfdb

RGB 11223219
HSL0.500.910.46
HSV179°95°87°
CMYK 0.950.000.02   0.13
XYZ39.311957.961076.1335
Yxy57.96100.22670.3342
Hunter Lab76.1321-41.0602-5.9986
CIE-Lab80.7171-44.3507-10.7614

#0bdfdb color RGB value is (11,223,219).

#0bdfdb hex color red value is 11, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0bdfdb hue: 0.50 , saturation: 0.91 and the lightness value of 0bdfdb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011111 11011011
Octal 13 337 333
Decimal 11 223 219
Hex B DF DB

RGB Percentages of Color #0bdfdb

%2.43
%49.23
%48.34

CMYK Percentages of Color #0bdfdb

%95
%0
%2
%13

Triadic Colors of #0bdfdb

#0bdfdb #db0bdf #dfdb0b

Analogous Colors of #0bdfdb

#0bdfdb #0b79df #0bdf71

Monochromatic Colors of #0bdfdb

#0bdfdb

Complementary Color

#0bdfdb #df0b0f

#0bdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdfdb Color CSS Codes

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

#0bdfdb Text Font Color

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

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


#0bdfdb Background Color

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

This div background color is #0bdfdb


#0bdfdb Border Color

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

This div border color is #0bdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdfdb


Comments

No comments written yet.

Please login to write comment.