Color Hex Logo

#00abdb Color Hex

#00ABDB
(0,171,219)
0 Favorites   0 Comments

Color spaces of #00abdb

RGB 0171219
HSL0.541.000.43
HSV193°100°86°
CMYK 1.000.220.00   0.14
XYZ27.349134.240372.1854
Yxy34.24030.20440.2560
Hunter Lab58.5152-18.9735-32.1805
CIE-Lab65.1529-19.7024-34.4732

#00abdb color RGB value is (0,171,219).

#00abdb hex color red value is 0, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #00abdb hue: 0.54 , saturation: 1.00 and the lightness value of 00abdb is 0.43.

The process color (four color CMYK) of #00abdb color hex is 1.00, 0.22, 0.00, 0.14. Web safe color of #00abdb is #0099cc. Color #00abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101011 11011011
Octal 0 253 333
Decimal 0 171 219
Hex 0 AB DB

RGB Percentages of Color #00abdb

%0.00
%43.85
%56.15

CMYK Percentages of Color #00abdb

%100
%22
%0
%14

Triadic Colors of #00abdb

#00abdb #db00ab #abdb00

Analogous Colors of #00abdb

#00abdb #003edb #00db9e

Monochromatic Colors of #00abdb

#00abdb

Complementary Color

#00abdb #db3000

#00abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00abdb Color CSS Codes

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

#00abdb Text Font Color

<p style="color:#00abdb">Text here</p>

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


#00abdb Background Color

<div style="background-color:#00abdb">
Div content here</div>

This div background color is #00abdb


#00abdb Border Color

<div style="border:3px solid #00abdb">
Div here</div>

This div border color is #00abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00abdb

#00abdb Color Palettes


Comments

No comments written yet.

Please login to write comment.