Color Hex Logo

#08faed Color Hex

#08FAED
(8,250,237)
0 Favorites   0 Comments

Color spaces of #08faed

RGB 8250237
HSL0.490.960.51
HSV177°97°98°
CMYK 0.970.000.05   0.02
XYZ49.571874.537391.8952
Yxy74.53730.22950.3451
Hunter Lab86.3350-48.5951-2.6739
CIE-Lab89.1758-50.8722-7.6678

#08faed color RGB value is (8,250,237).

#08faed hex color red value is 8, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #08faed hue: 0.49 , saturation: 0.96 and the lightness value of 08faed is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11111010 11101101
Octal 10 372 355
Decimal 8 250 237
Hex 8 FA ED

RGB Percentages of Color #08faed

%1.62
%50.51
%47.88

CMYK Percentages of Color #08faed

%97
%0
%5
%2

Triadic Colors of #08faed

#08faed #ed08fa #faed08

Analogous Colors of #08faed

#08faed #088efa #08fa74

Monochromatic Colors of #08faed

#08faed

Complementary Color

#08faed #fa0815

#08faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#08faed Color CSS Codes

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

#08faed Text Font Color

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

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


#08faed Background Color

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

This div background color is #08faed


#08faed Border Color

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

This div border color is #08faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08faed

Related Colors


Comments

No comments written yet.

Please login to write comment.