Color Hex Logo

#0abdac Color Hex

#0ABDAC
(10,189,172)
0 Favorites   0 Comments

Color spaces of #0abdac

RGB 10189172
HSL0.480.900.39
HSV174°95°74°
CMYK 0.950.000.09   0.26
XYZ25.769239.438345.2839
Yxy39.43830.23320.3569
Hunter Lab62.7999-36.65451.2070
CIE-Lab69.0676-43.0589-2.6197

#0abdac color RGB value is (10,189,172).

#0abdac hex color red value is 10, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0abdac hue: 0.48 , saturation: 0.90 and the lightness value of 0abdac is 0.39.

The process color (four color CMYK) of #0abdac color hex is 0.95, 0.00, 0.09, 0.26. Web safe color of #0abdac is #00cc99. Color #0abdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111101 10101100
Octal 12 275 254
Decimal 10 189 172
Hex A BD AC

RGB Percentages of Color #0abdac

%2.70
%50.94
%46.36

CMYK Percentages of Color #0abdac

%95
%0
%9
%26

Triadic Colors of #0abdac

#0abdac #ac0abd #bdac0a

Analogous Colors of #0abdac

#0abdac #0a75bd #0abd53

Monochromatic Colors of #0abdac

#0abdac

Complementary Color

#0abdac #bd0a1b

#0abdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abdac Color CSS Codes

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

#0abdac Text Font Color

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

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


#0abdac Background Color

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

This div background color is #0abdac


#0abdac Border Color

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

This div border color is #0abdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abdac


Comments

No comments written yet.

Please login to write comment.