Color Hex Logo

#0abddb Color Hex

#0ABDDB
(10,189,219)
0 Favorites   0 Comments

Color spaces of #0abddb

RGB 10189219
HSL0.520.910.45
HSV189°95°86°
CMYK 0.950.140.00   0.14
XYZ31.109041.574273.4028
Yxy41.57420.21290.2846
Hunter Lab64.4781-26.7150-22.3620
CIE-Lab70.5764-28.5973-26.0973

#0abddb color RGB value is (10,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111101 11011011
Octal 12 275 333
Decimal 10 189 219
Hex A BD DB

RGB Percentages of Color #0abddb

%2.39
%45.22
%52.39

CMYK Percentages of Color #0abddb

%95
%14
%0
%14

Triadic Colors of #0abddb

#0abddb #db0abd #bddb0a

Analogous Colors of #0abddb

#0abddb #0a54db #0adb91

Monochromatic Colors of #0abddb

#0abddb

Complementary Color

#0abddb #db280a

#0abddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abddb Color CSS Codes

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

#0abddb Text Font Color

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

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


#0abddb Background Color

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

This div background color is #0abddb


#0abddb Border Color

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

This div border color is #0abddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abddb


Comments

No comments written yet.

Please login to write comment.