Color Hex Logo

#0dabec Color Hex

#0DABEC
(13,171,236)
0 Favorites   0 Comments

Color spaces of #0dabec

RGB 13171236
HSL0.550.900.49
HSV197°94°93°
CMYK 0.940.280.00   0.07
XYZ29.869235.267584.5899
Yxy35.26750.19950.2355
Hunter Lab59.3864-14.1473-42.8820
CIE-Lab65.9564-13.3234-42.5540

#0dabec color RGB value is (13,171,236).

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

The process color (four color CMYK) of #0dabec color hex is 0.94, 0.28, 0.00, 0.07. Web safe color of #0dabec is #0099ff. Color #0dabec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101011 11101100
Octal 15 253 354
Decimal 13 171 236
Hex D AB EC

RGB Percentages of Color #0dabec

%3.10
%40.71
%56.19

CMYK Percentages of Color #0dabec

%94
%28
%0
%7

Triadic Colors of #0dabec

#0dabec #ec0dab #abec0d

Analogous Colors of #0dabec

#0dabec #0d3cec #0decbe

Monochromatic Colors of #0dabec

#0dabec

Complementary Color

#0dabec #ec4e0d

#0dabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dabec Color CSS Codes

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

#0dabec Text Font Color

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

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


#0dabec Background Color

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

This div background color is #0dabec


#0dabec Border Color

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

This div border color is #0dabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dabec


Comments

No comments written yet.

Please login to write comment.