Color Hex Logo

#08ebc8 Color Hex

#08EBC8
(8,235,200)
0 Favorites   0 Comments

Color spaces of #08ebc8

RGB 8235200
HSL0.470.930.48
HSV171°97°92°
CMYK 0.970.000.15   0.08
XYZ40.233863.638464.8065
Yxy63.63840.23850.3773
Hunter Lab79.7737-49.57767.6756
CIE-Lab83.7771-54.65093.7946

#08ebc8 color RGB value is (8,235,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101011 11001000
Octal 10 353 310
Decimal 8 235 200
Hex 8 EB C8

RGB Percentages of Color #08ebc8

%1.81
%53.05
%45.15

CMYK Percentages of Color #08ebc8

%97
%0
%15
%8

Triadic Colors of #08ebc8

#08ebc8 #c808eb #ebc808

Analogous Colors of #08ebc8

#08ebc8 #089deb #08eb57

Monochromatic Colors of #08ebc8

#08ebc8

Complementary Color

#08ebc8 #eb082b

#08ebc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ebc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ebc8 Color CSS Codes

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

#08ebc8 Text Font Color

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

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


#08ebc8 Background Color

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

This div background color is #08ebc8


#08ebc8 Border Color

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

This div border color is #08ebc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ebc8


Comments

No comments written yet.

Please login to write comment.