Color Hex Logo

#08afdd Color Hex

#08AFDD
(8,175,221)
0 Favorites   0 Comments

Color spaces of #08afdd

RGB 8175221
HSL0.540.930.45
HSV193°96°87°
CMYK 0.960.210.00   0.13
XYZ28.481335.932073.8411
Yxy35.93200.20600.2599
Hunter Lab59.9433-20.0888-31.0760
CIE-Lab66.4679-20.8772-33.5291

#08afdd color RGB value is (8,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101111 11011101
Octal 10 257 335
Decimal 8 175 221
Hex 8 AF DD

RGB Percentages of Color #08afdd

%1.98
%43.32
%54.70

CMYK Percentages of Color #08afdd

%96
%21
%0
%13

Triadic Colors of #08afdd

#08afdd #dd08af #afdd08

Analogous Colors of #08afdd

#08afdd #0845dd #08dda1

Monochromatic Colors of #08afdd

#08afdd

Complementary Color

#08afdd #dd3608

#08afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08afdd Color CSS Codes

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

#08afdd Text Font Color

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

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


#08afdd Background Color

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

This div background color is #08afdd


#08afdd Border Color

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

This div border color is #08afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08afdd


Comments

No comments written yet.

Please login to write comment.