Color Hex Logo

#0adbda Color Hex

#0ADBDA
(10,219,218)
0 Favorites   0 Comments

Color spaces of #0adbda

RGB 10219218
HSL0.500.910.45
HSV180°95°86°
CMYK 0.950.000.00   0.14
XYZ38.111655.789575.0894
Yxy55.78950.22550.3301
Hunter Lab74.6924-39.6325-7.3205
CIE-Lab79.4939-42.9088-12.0553

#0adbda color RGB value is (10,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011011 11011010
Octal 12 333 332
Decimal 10 219 218
Hex A DB DA

RGB Percentages of Color #0adbda

%2.24
%48.99
%48.77

CMYK Percentages of Color #0adbda

%95
%0
%0
%14

Triadic Colors of #0adbda

#0adbda #da0adb #dbda0a

Analogous Colors of #0adbda

#0adbda #0a74db #0adb72

Monochromatic Colors of #0adbda

#0adbda

Complementary Color

#0adbda #db0a0b

#0adbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adbda Color CSS Codes

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

#0adbda Text Font Color

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

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


#0adbda Background Color

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

This div background color is #0adbda


#0adbda Border Color

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

This div border color is #0adbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adbda


Comments

No comments written yet.

Please login to write comment.