Color Hex Logo

#08afdb Color Hex

#08AFDB
(8,175,219)
0 Favorites   0 Comments

Color spaces of #08afdb

RGB 8175219
HSL0.530.930.45
HSV193°96°86°
CMYK 0.960.200.00   0.14
XYZ28.216335.826072.4458
Yxy35.82600.20670.2625
Hunter Lab59.8548-20.5988-29.8638
CIE-Lab66.3868-21.5682-32.5553

#08afdb color RGB value is (8,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101111 11011011
Octal 10 257 333
Decimal 8 175 219
Hex 8 AF DB

RGB Percentages of Color #08afdb

%1.99
%43.53
%54.48

CMYK Percentages of Color #08afdb

%96
%20
%0
%14

Triadic Colors of #08afdb

#08afdb #db08af #afdb08

Analogous Colors of #08afdb

#08afdb #0845db #08db9e

Monochromatic Colors of #08afdb

#08afdb

Complementary Color

#08afdb #db3408

#08afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#08afdb Color CSS Codes

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

#08afdb Text Font Color

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

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


#08afdb Background Color

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

This div background color is #08afdb


#08afdb Border Color

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

This div border color is #08afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08afdb


Comments

No comments written yet.

Please login to write comment.