Color Hex Logo

#0abbdb Color Hex

#0ABBDB
(10,187,219)
0 Favorites   0 Comments

Color spaces of #0abbdb

RGB 10187219
HSL0.530.910.45
HSV189°95°86°
CMYK 0.950.150.00   0.14
XYZ30.681740.719773.2604
Yxy40.71970.21210.2815
Hunter Lab63.8120-25.8457-23.4005
CIE-Lab69.9791-27.6078-27.0136

#0abbdb color RGB value is (10,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111011 11011011
Octal 12 273 333
Decimal 10 187 219
Hex A BB DB

RGB Percentages of Color #0abbdb

%2.40
%44.95
%52.64

CMYK Percentages of Color #0abbdb

%95
%15
%0
%14

Triadic Colors of #0abbdb

#0abbdb #db0abb #bbdb0a

Analogous Colors of #0abbdb

#0abbdb #0a53db #0adb93

Monochromatic Colors of #0abbdb

#0abbdb

Complementary Color

#0abbdb #db2a0a

#0abbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abbdb Color CSS Codes

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

#0abbdb Text Font Color

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

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


#0abbdb Background Color

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

This div background color is #0abbdb


#0abbdb Border Color

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

This div border color is #0abbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,187,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 #0abbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abbdb


Comments

No comments written yet.

Please login to write comment.