Color Hex Logo

#0adab4 Color Hex

#0ADAB4
(10,218,180)
0 Favorites   0 Comments

Color spaces of #0adab4

RGB 10218180
HSL0.470.910.45
HSV169°95°85°
CMYK 0.950.000.17   0.15
XYZ33.434853.502651.7449
Yxy53.50260.24110.3858
Hunter Lab73.1455-46.41229.2586
CIE-Lab78.1708-52.95036.2888

#0adab4 color RGB value is (10,218,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011010 10110100
Octal 12 332 264
Decimal 10 218 180
Hex A DA B4

RGB Percentages of Color #0adab4

%2.45
%53.43
%44.12

CMYK Percentages of Color #0adab4

%95
%0
%17
%15

Triadic Colors of #0adab4

#0adab4 #b40ada #dab40a

Analogous Colors of #0adab4

#0adab4 #0a98da #0ada4c

Monochromatic Colors of #0adab4

#0adab4

Complementary Color

#0adab4 #da0a30

#0adab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0adab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0adab4 Color CSS Codes

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

#0adab4 Text Font Color

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

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


#0adab4 Background Color

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

This div background color is #0adab4


#0adab4 Border Color

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

This div border color is #0adab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0adab4


Comments

No comments written yet.

Please login to write comment.