Color Hex Logo

#00faed Color Hex

#00FAED
(0,250,237)
0 Favorites   0 Comments

Color spaces of #00faed

RGB 0250237
HSL0.491.000.49
HSV177°100°98°
CMYK 1.000.000.05   0.02
XYZ49.471774.485691.8905
Yxy74.48560.22920.3451
Hunter Lab86.3050-48.7142-2.7136
CIE-Lab89.1515-51.0385-7.7065

#00faed color RGB value is (0,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 11101101
Octal 0 372 355
Decimal 0 250 237
Hex 0 FA ED

RGB Percentages of Color #00faed

%0.00
%51.33
%48.67

CMYK Percentages of Color #00faed

%100
%0
%5
%2

Triadic Colors of #00faed

#00faed #ed00fa #faed00

Analogous Colors of #00faed

#00faed #008afa #00fa70

Monochromatic Colors of #00faed

#00faed

Complementary Color

#00faed #fa000d

#00faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#00faed Color CSS Codes

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

#00faed Text Font Color

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

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


#00faed Background Color

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

This div background color is #00faed


#00faed Border Color

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

This div border color is #00faed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,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 #00faed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00faed


Comments

No comments written yet.

Please login to write comment.