Color Hex Logo

#03faed Color Hex

#03FAED
(3,250,237)
0 Favorites   0 Comments

Color spaces of #03faed

RGB 3250237
HSL0.490.980.50
HSV177°99°98°
CMYK 0.990.000.05   0.02
XYZ49.509274.505091.8923
Yxy74.50500.22930.3451
Hunter Lab86.3163-48.6696-2.6987
CIE-Lab89.1606-50.9762-7.6920

#03faed color RGB value is (3,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11111010 11101101
Octal 3 372 355
Decimal 3 250 237
Hex 3 FA ED

RGB Percentages of Color #03faed

%0.61
%51.02
%48.37

CMYK Percentages of Color #03faed

%99
%0
%5
%2

Triadic Colors of #03faed

#03faed #ed03fa #faed03

Analogous Colors of #03faed

#03faed #038cfa #03fa72

Monochromatic Colors of #03faed

#03faed

Complementary Color

#03faed #fa0310

#03faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#03faed Color CSS Codes

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

#03faed Text Font Color

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

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


#03faed Background Color

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

This div background color is #03faed


#03faed Border Color

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

This div border color is #03faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03faed

Related Colors


Comments

No comments written yet.

Please login to write comment.