Color Hex Logo

#08efee Color Hex

#08EFEE
(8,239,238)
0 Favorites   0 Comments

Color spaces of #08efee

RGB 8239238
HSL0.500.940.48
HSV180°97°94°
CMYK 0.970.000.00   0.06
XYZ46.399367.957791.5606
Yxy67.95770.22530.3300
Hunter Lab82.4365-43.7952-8.1467
CIE-Lab85.9853-45.8958-12.9390

#08efee color RGB value is (8,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101111 11101110
Octal 10 357 356
Decimal 8 239 238
Hex 8 EF EE

RGB Percentages of Color #08efee

%1.65
%49.28
%49.07

CMYK Percentages of Color #08efee

%97
%0
%0
%6

Triadic Colors of #08efee

#08efee #ee08ef #efee08

Analogous Colors of #08efee

#08efee #087def #08ef7b

Monochromatic Colors of #08efee

#08efee

Complementary Color

#08efee #ef0809

#08efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#08efee Color CSS Codes

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

#08efee Text Font Color

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

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


#08efee Background Color

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

This div background color is #08efee


#08efee Border Color

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

This div border color is #08efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08efee


Comments

No comments written yet.

Please login to write comment.