Color Hex Logo

#0adbce Color Hex

#0ADBCE
(10,219,206)
0 Favorites   0 Comments

Color spaces of #0adbce

RGB 10219206
HSL0.490.910.45
HSV176°95°86°
CMYK 0.950.000.06   0.14
XYZ36.597355.183867.1152
Yxy55.18380.23030.3473
Hunter Lab74.2858-42.0612-1.5668
CIE-Lab79.1470-46.3632-6.1628

#0adbce color RGB value is (10,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011011 11001110
Octal 12 333 316
Decimal 10 219 206
Hex A DB CE

RGB Percentages of Color #0adbce

%2.30
%50.34
%47.36

CMYK Percentages of Color #0adbce

%95
%0
%6
%14

Triadic Colors of #0adbce

#0adbce #ce0adb #dbce0a

Analogous Colors of #0adbce

#0adbce #0a80db #0adb66

Monochromatic Colors of #0adbce

#0adbce

Complementary Color

#0adbce #db0a17

#0adbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adbce Color CSS Codes

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

#0adbce Text Font Color

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

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


#0adbce Background Color

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

This div background color is #0adbce


#0adbce Border Color

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

This div border color is #0adbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adbce


Comments

No comments written yet.

Please login to write comment.