Color Hex Logo

#08beaf Color Hex

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

Color spaces of #08beaf

RGB 8190175
HSL0.490.920.39
HSV175°96°75°
CMYK 0.960.000.08   0.25
XYZ26.251539.973746.8895
Yxy39.97370.23210.3534
Hunter Lab63.2248-36.52850.2860
CIE-Lab69.4508-42.7043-3.7029

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

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

The process color (four color CMYK) of #08beaf color hex is 0.96, 0.00, 0.08, 0.25. Web safe color of #08beaf is #00cc99. Color #08beaf contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #08beaf

%2.14
%50.94
%46.92

CMYK Percentages of Color #08beaf

%96
%0
%8
%25

Triadic Colors of #08beaf

#08beaf #af08be #beaf08

Analogous Colors of #08beaf

#08beaf #0872be #08be54

Monochromatic Colors of #08beaf

#08beaf

Complementary Color

#08beaf #be0817

#08beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#08beaf Color CSS Codes

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

#08beaf Text Font Color

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

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


#08beaf Background Color

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

This div background color is #08beaf


#08beaf Border Color

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

This div border color is #08beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08beaf


Comments

No comments written yet.

Please login to write comment.