Color Hex Logo

#08efce Color Hex

#08EFCE
(8,239,206)
0 Favorites   0 Comments

Color spaces of #08efce

RGB 8239206
HSL0.480.940.48
HSV171°97°94°
CMYK 0.970.000.14   0.06
XYZ42.107266.240968.9590
Yxy66.24090.23750.3736
Hunter Lab81.3885-50.08116.7366
CIE-Lab85.1191-54.69662.5893

#08efce color RGB value is (8,239,206).

#08efce hex color red value is 8, green value is 239 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #08efce hue: 0.48 , saturation: 0.94 and the lightness value of 08efce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101111 11001110
Octal 10 357 316
Decimal 8 239 206
Hex 8 EF CE

RGB Percentages of Color #08efce

%1.77
%52.76
%45.47

CMYK Percentages of Color #08efce

%97
%0
%14
%6

Triadic Colors of #08efce

#08efce #ce08ef #efce08

Analogous Colors of #08efce

#08efce #089def #08ef5b

Monochromatic Colors of #08efce

#08efce

Complementary Color

#08efce #ef0829

#08efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#08efce Color CSS Codes

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

#08efce Text Font Color

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

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


#08efce Background Color

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

This div background color is #08efce


#08efce Border Color

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

This div border color is #08efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08efce


Comments

No comments written yet.

Please login to write comment.