Color Hex Logo

#08adfb Color Hex

#08ADFB
(8,173,251)
0 Favorites   0 Comments

Color spaces of #08adfb

RGB 8173251
HSL0.550.970.51
HSV199°97°98°
CMYK 0.970.310.00   0.02
XYZ32.456336.903896.6793
Yxy36.90380.19550.2223
Hunter Lab60.7485-10.9421-51.8342
CIE-Lab67.2048-9.1604-48.7734

#08adfb color RGB value is (8,173,251).

#08adfb hex color red value is 8, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #08adfb hue: 0.55 , saturation: 0.97 and the lightness value of 08adfb is 0.51.

The process color (four color CMYK) of #08adfb color hex is 0.97, 0.31, 0.00, 0.02. Web safe color of #08adfb is #0099ff. Color #08adfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101101 11111011
Octal 10 255 373
Decimal 8 173 251
Hex 8 AD FB

RGB Percentages of Color #08adfb

%1.85
%40.05
%58.10

CMYK Percentages of Color #08adfb

%97
%31
%0
%2

Triadic Colors of #08adfb

#08adfb #fb08ad #adfb08

Analogous Colors of #08adfb

#08adfb #0834fb #08fbd0

Monochromatic Colors of #08adfb

#08adfb

Complementary Color

#08adfb #fb5608

#08adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#08adfb Color CSS Codes

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

#08adfb Text Font Color

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

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


#08adfb Background Color

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

This div background color is #08adfb


#08adfb Border Color

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

This div border color is #08adfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,173,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08adfb


Comments

No comments written yet.

Please login to write comment.