Color Hex Logo

#0dbfef Color Hex

#0DBFEF
(13,191,239)
0 Favorites   0 Comments

Color spaces of #0dbfef

RGB 13191239
HSL0.540.900.49
HSV193°95°94°
CMYK 0.950.200.00   0.06
XYZ34.376843.579288.2611
Yxy43.57920.20680.2622
Hunter Lab66.0145-22.5723-33.0602
CIE-Lab71.9463-22.8366-34.8487

#0dbfef color RGB value is (13,191,239).

#0dbfef hex color red value is 13, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0dbfef hue: 0.54 , saturation: 0.90 and the lightness value of 0dbfef is 0.49.

The process color (four color CMYK) of #0dbfef color hex is 0.95, 0.20, 0.00, 0.06. Web safe color of #0dbfef is #00ccff. Color #0dbfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111111 11101111
Octal 15 277 357
Decimal 13 191 239
Hex D BF EF

RGB Percentages of Color #0dbfef

%2.93
%43.12
%53.95

CMYK Percentages of Color #0dbfef

%95
%20
%0
%6

Triadic Colors of #0dbfef

#0dbfef #ef0dbf #bfef0d

Analogous Colors of #0dbfef

#0dbfef #0d4eef #0defae

Monochromatic Colors of #0dbfef

#0dbfef

Complementary Color

#0dbfef #ef3d0d

#0dbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbfef Color CSS Codes

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

#0dbfef Text Font Color

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

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


#0dbfef Background Color

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

This div background color is #0dbfef


#0dbfef Border Color

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

This div border color is #0dbfef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,191,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0dbfef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0dbfef;
  -webkit-box-shadow: 1px 1px 3px 2px #0dbfef;
  box-shadow:         1px 1px 3px 2px #0dbfef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,191,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbfef


Comments

No comments written yet.

Please login to write comment.