Color Hex Logo

#08ebbf Color Hex

#08EBBF
(8,235,191)
0 Favorites   0 Comments

Color spaces of #08ebbf

RGB 8235191
HSL0.470.930.48
HSV168°97°92°
CMYK 0.970.000.19   0.08
XYZ39.212463.229959.4281
Yxy63.22990.24220.3906
Hunter Lab79.5172-51.131311.3510
CIE-Lab83.5632-56.93298.2148

#08ebbf color RGB value is (8,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101011 10111111
Octal 10 353 277
Decimal 8 235 191
Hex 8 EB BF

RGB Percentages of Color #08ebbf

%1.84
%54.15
%44.01

CMYK Percentages of Color #08ebbf

%97
%0
%19
%8

Triadic Colors of #08ebbf

#08ebbf #bf08eb #ebbf08

Analogous Colors of #08ebbf

#08ebbf #08a6eb #08eb4e

Monochromatic Colors of #08ebbf

#08ebbf

Complementary Color

#08ebbf #eb0834

#08ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ebbf Color CSS Codes

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

#08ebbf Text Font Color

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

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


#08ebbf Background Color

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

This div background color is #08ebbf


#08ebbf Border Color

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

This div border color is #08ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ebbf


Comments

No comments written yet.

Please login to write comment.