color codes Logo

#08addb color codes

#08ADDB
(8,173,219)
0 Favorites   0 Comments

Color spaces of #08addb

RGB 8173219
HSL0.540.930.45
HSV193°96°86°
CMYK 0.960.210.00   0.14
XYZ27.829935.053272.3170
Yxy35.05320.20580.2593
Hunter Lab59.2057-19.7054-30.9759
CIE-Lab65.7901-20.5258-33.4805

#08addb color RGB value is (8,173,219).

#08addb hex color red value is 8, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #08addb hue: 0.54 , saturation: 0.93 and the lightness value of 08addb is 0.45.

The process color (four color CMYK) of #08addb color code is 0.96, 0.21, 0.00, 0.14. Web safe color of #08addb is #0099cc. Color #08addb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101101 11011011
Octal 10 255 333
Decimal 8 173 219
Hex 8 AD DB

RGB Percentages of Color #08addb

%2.00
%43.25
%54.75

CMYK Percentages of Color #08addb

%96
%21
%0
%14

Triadic Colors of #08addb

#08addb #db08ad #addb08

Analogous Colors of #08addb

#08addb #0843db #08dba0

Monochromatic Colors of #08addb

#08addb

Complementary Color

#08addb #db3608

#08addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#08addb Color CSS Codes

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

#08addb Text Font Color

<p style="color:#08addb">Text here</p>

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


#08addb Background Color

<div style="background-color:#08addb">
Div content here</div>

This div background color is #08addb


#08addb Border Color

<div style="border:3px solid #08addb">
Div here</div>

This div border color is #08addb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,173,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08addb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08addb;
  -webkit-box-shadow: 1px 1px 3px 2px #08addb;
  box-shadow:         1px 1px 3px 2px #08addb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,173,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 #08addb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08addb


Comments

No comments written yet.

Please login to write comment.