Color Hex Logo

#08afef Color Hex

#08AFEF
(8,175,239)
0 Favorites   0 Comments

Color spaces of #08afef

RGB 8175239
HSL0.550.940.48
HSV197°97°94°
CMYK 0.970.270.00   0.06
XYZ31.010136.943687.1578
Yxy36.94360.19990.2382
Hunter Lab60.7812-15.2979-42.4725
CIE-Lab67.2347-14.5591-42.1920

#08afef color RGB value is (8,175,239).

#08afef hex color red value is 8, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #08afef hue: 0.55 , saturation: 0.94 and the lightness value of 08afef is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101111 11101111
Octal 10 257 357
Decimal 8 175 239
Hex 8 AF EF

RGB Percentages of Color #08afef

%1.90
%41.47
%56.64

CMYK Percentages of Color #08afef

%97
%27
%0
%6

Triadic Colors of #08afef

#08afef #ef08af #afef08

Analogous Colors of #08afef

#08afef #083bef #08efbc

Monochromatic Colors of #08afef

#08afef

Complementary Color

#08afef #ef4808

#08afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#08afef Color CSS Codes

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

#08afef Text Font Color

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

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


#08afef Background Color

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

This div background color is #08afef


#08afef Border Color

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

This div border color is #08afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08afef


Comments

No comments written yet.

Please login to write comment.