Color Hex Logo

#0bd7df Color Hex

#0BD7DF
(11,215,223)
0 Favorites   0 Comments

Color spaces of #0bd7df

RGB 11215223
HSL0.510.910.46
HSV182°95°87°
CMYK 0.950.040.00   0.13
XYZ37.757753.999778.2450
Yxy53.99970.22210.3176
Hunter Lab73.4845-36.8812-11.6918
CIE-Lab78.4616-39.6040-16.2765

#0bd7df color RGB value is (11,215,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11010111 11011111
Octal 13 327 337
Decimal 11 215 223
Hex B D7 DF

RGB Percentages of Color #0bd7df

%2.45
%47.88
%49.67

CMYK Percentages of Color #0bd7df

%95
%4
%0
%13

Triadic Colors of #0bd7df

#0bd7df #df0bd7 #d7df0b

Analogous Colors of #0bd7df

#0bd7df #0b6ddf #0bdf7d

Monochromatic Colors of #0bd7df

#0bd7df

Complementary Color

#0bd7df #df130b

#0bd7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bd7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bd7df Color CSS Codes

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

#0bd7df Text Font Color

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

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


#0bd7df Background Color

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

This div background color is #0bd7df


#0bd7df Border Color

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

This div border color is #0bd7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bd7df


Comments

No comments written yet.

Please login to write comment.