Color Hex Logo

#08afbe Color Hex

#08AFBE
(8,175,190)
0 Favorites   0 Comments

Color spaces of #08afbe

RGB 8175190
HSL0.510.920.39
HSV185°96°75°
CMYK 0.960.080.00   0.25
XYZ24.724434.429354.0576
Yxy34.42930.21840.3041
Hunter Lab58.6765-27.4696-13.5493
CIE-Lab65.3019-31.2616-18.1904

#08afbe color RGB value is (8,175,190).

#08afbe hex color red value is 8, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #08afbe hue: 0.51 , saturation: 0.92 and the lightness value of 08afbe is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101111 10111110
Octal 10 257 276
Decimal 8 175 190
Hex 8 AF BE

RGB Percentages of Color #08afbe

%2.14
%46.92
%50.94

CMYK Percentages of Color #08afbe

%96
%8
%0
%25

Triadic Colors of #08afbe

#08afbe #be08af #afbe08

Analogous Colors of #08afbe

#08afbe #0854be #08be72

Monochromatic Colors of #08afbe

#08afbe

Complementary Color

#08afbe #be1708

#08afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#08afbe Color CSS Codes

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

#08afbe Text Font Color

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

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


#08afbe Background Color

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

This div background color is #08afbe


#08afbe Border Color

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

This div border color is #08afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08afbe


Comments

No comments written yet.

Please login to write comment.