Color Hex Logo

#0adbcf Color Hex

#0ADBCF
(10,219,207)
0 Favorites   0 Comments

Color spaces of #0adbcf

RGB 10219207
HSL0.490.910.45
HSV177°95°86°
CMYK 0.950.000.05   0.14
XYZ36.719255.232667.7571
Yxy55.23260.22990.3458
Hunter Lab74.3186-41.8647-2.0323
CIE-Lab79.1751-46.0806-6.6554

#0adbcf color RGB value is (10,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011011 11001111
Octal 12 333 317
Decimal 10 219 207
Hex A DB CF

RGB Percentages of Color #0adbcf

%2.29
%50.23
%47.48

CMYK Percentages of Color #0adbcf

%95
%0
%5
%14

Triadic Colors of #0adbcf

#0adbcf #cf0adb #dbcf0a

Analogous Colors of #0adbcf

#0adbcf #0a7fdb #0adb67

Monochromatic Colors of #0adbcf

#0adbcf

Complementary Color

#0adbcf #db0a16

#0adbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adbcf Color CSS Codes

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

#0adbcf Text Font Color

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

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


#0adbcf Background Color

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

This div background color is #0adbcf


#0adbcf Border Color

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

This div border color is #0adbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adbcf


Comments

No comments written yet.

Please login to write comment.