Color Hex Logo

#0dabea Color Hex

#0DABEA
(13,171,234)
0 Favorites   0 Comments

Color spaces of #0dabea

RGB 13171234
HSL0.550.890.48
HSV197°94°92°
CMYK 0.940.270.00   0.08
XYZ29.580235.151983.0679
Yxy35.15190.20010.2378
Hunter Lab59.2890-14.6995-41.5669
CIE-Lab65.8668-14.0369-41.5992

#0dabea color RGB value is (13,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101011 11101010
Octal 15 253 352
Decimal 13 171 234
Hex D AB EA

RGB Percentages of Color #0dabea

%3.11
%40.91
%55.98

CMYK Percentages of Color #0dabea

%94
%27
%0
%8

Triadic Colors of #0dabea

#0dabea #ea0dab #abea0d

Analogous Colors of #0dabea

#0dabea #0d3cea #0deabb

Monochromatic Colors of #0dabea

#0dabea

Complementary Color

#0dabea #ea4c0d

#0dabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dabea Color CSS Codes

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

#0dabea Text Font Color

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

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


#0dabea Background Color

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

This div background color is #0dabea


#0dabea Border Color

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

This div border color is #0dabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dabea


Comments

No comments written yet.

Please login to write comment.