Color Hex Logo

#08afeb Color Hex

#08AFEB
(8,175,235)
0 Favorites   0 Comments

Color spaces of #08afeb

RGB 8175235
HSL0.540.930.48
HSV196°97°92°
CMYK 0.970.260.00   0.08
XYZ30.425536.709784.0794
Yxy36.70970.20120.2428
Hunter Lab60.5885-16.3933-39.8654
CIE-Lab67.0587-15.9771-40.2829

#08afeb color RGB value is (8,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101111 11101011
Octal 10 257 353
Decimal 8 175 235
Hex 8 AF EB

RGB Percentages of Color #08afeb

%1.91
%41.87
%56.22

CMYK Percentages of Color #08afeb

%97
%26
%0
%8

Triadic Colors of #08afeb

#08afeb #eb08af #afeb08

Analogous Colors of #08afeb

#08afeb #083eeb #08ebb6

Monochromatic Colors of #08afeb

#08afeb

Complementary Color

#08afeb #eb4408

#08afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#08afeb Color CSS Codes

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

#08afeb Text Font Color

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

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


#08afeb Background Color

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

This div background color is #08afeb


#08afeb Border Color

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

This div border color is #08afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08afeb


Comments

No comments written yet.

Please login to write comment.