Color Hex Logo

#08bebe Color Hex

#08BEBE
(8,190,190)
0 Favorites   0 Comments

Color spaces of #08bebe

RGB 8190190
HSL0.500.920.39
HSV180°96°75°
CMYK 0.960.000.00   0.25
XYZ27.807940.596255.0854
Yxy40.59620.22520.3287
Hunter Lab63.7151-33.5968-6.6590
CIE-Lab69.8921-38.2944-11.2737

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10111110 10111110
Octal 10 276 276
Decimal 8 190 190
Hex 8 BE BE

RGB Percentages of Color #08bebe

%2.06
%48.97
%48.97

CMYK Percentages of Color #08bebe

%96
%0
%0
%25

Triadic Colors of #08bebe

#08bebe #be08be #bebe08

Analogous Colors of #08bebe

#08bebe #0863be #08be63

Monochromatic Colors of #08bebe

#08bebe

Complementary Color

#08bebe #be0808

#08bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#08bebe Color CSS Codes

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

#08bebe Text Font Color

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

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


#08bebe Background Color

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

This div background color is #08bebe


#08bebe Border Color

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

This div border color is #08bebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,190,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 #08bebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08bebe


Comments

No comments written yet.

Please login to write comment.