Color Hex Logo

#08efea Color Hex

#08EFEA
(8,239,234)
0 Favorites   0 Comments

Color spaces of #08efea

RGB 8239234
HSL0.500.940.48
HSV179°97°94°
CMYK 0.970.000.02   0.06
XYZ45.817967.725188.4993
Yxy67.72510.22680.3352
Hunter Lab82.2953-44.6368-6.1530
CIE-Lab85.8688-47.0450-11.0121

#08efea color RGB value is (8,239,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101111 11101010
Octal 10 357 352
Decimal 8 239 234
Hex 8 EF EA

RGB Percentages of Color #08efea

%1.66
%49.69
%48.65

CMYK Percentages of Color #08efea

%97
%0
%2
%6

Triadic Colors of #08efea

#08efea #ea08ef #efea08

Analogous Colors of #08efea

#08efea #0881ef #08ef77

Monochromatic Colors of #08efea

#08efea

Complementary Color

#08efea #ef080d

#08efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#08efea Color CSS Codes

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

#08efea Text Font Color

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

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


#08efea Background Color

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

This div background color is #08efea


#08efea Border Color

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

This div border color is #08efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08efea


Comments

No comments written yet.

Please login to write comment.