Color Hex Logo

#08ebbc Color Hex

#08EBBC
(8,235,188)
0 Favorites   0 Comments

Color spaces of #08ebbc

RGB 8235188
HSL0.470.930.48
HSV168°97°92°
CMYK 0.970.000.20   0.08
XYZ38.885663.099157.7068
Yxy63.09910.24350.3951
Hunter Lab79.4349-51.630512.5323
CIE-Lab83.4945-57.67379.6899

#08ebbc color RGB value is (8,235,188).

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

The process color (four color CMYK) of #08ebbc color hex is 0.97, 0.00, 0.20, 0.08. Web safe color of #08ebbc is #00ffcc. Color #08ebbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101011 10111100
Octal 10 353 274
Decimal 8 235 188
Hex 8 EB BC

RGB Percentages of Color #08ebbc

%1.86
%54.52
%43.62

CMYK Percentages of Color #08ebbc

%97
%0
%20
%8

Triadic Colors of #08ebbc

#08ebbc #bc08eb #ebbc08

Analogous Colors of #08ebbc

#08ebbc #08a9eb #08eb4b

Monochromatic Colors of #08ebbc

#08ebbc

Complementary Color

#08ebbc #eb0837

#08ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ebbc Color CSS Codes

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

#08ebbc Text Font Color

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

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


#08ebbc Background Color

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

This div background color is #08ebbc


#08ebbc Border Color

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

This div border color is #08ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ebbc


Comments

No comments written yet.

Please login to write comment.