Color Hex Logo

#06abdb Color Hex

#06ABDB
(6,171,219)
0 Favorites   0 Comments

Color spaces of #06abdb

RGB 6171219
HSL0.540.950.44
HSV194°97°86°
CMYK 0.970.220.00   0.14
XYZ27.424234.279072.1889
Yxy34.27900.20480.2560
Hunter Lab58.5483-18.8495-32.1196
CIE-Lab65.1834-19.5322-34.4233

#06abdb color RGB value is (6,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101011 11011011
Octal 6 253 333
Decimal 6 171 219
Hex 6 AB DB

RGB Percentages of Color #06abdb

%1.52
%43.18
%55.30

CMYK Percentages of Color #06abdb

%97
%22
%0
%14

Triadic Colors of #06abdb

#06abdb #db06ab #abdb06

Analogous Colors of #06abdb

#06abdb #0641db #06dba1

Monochromatic Colors of #06abdb

#06abdb

Complementary Color

#06abdb #db3606

#06abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06abdb Color CSS Codes

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

#06abdb Text Font Color

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

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


#06abdb Background Color

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

This div background color is #06abdb


#06abdb Border Color

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

This div border color is #06abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06abdb


Comments

No comments written yet.

Please login to write comment.