Color Hex Logo

#0ed9fa Color Hex

#0ED9FA
(14,217,250)
0 Favorites   0 Comments

Color spaces of #0ed9fa

RGB 14217250
HSL0.520.960.52
HSV188°94°98°
CMYK 0.940.130.00   0.02
XYZ42.249356.621299.1447
Yxy56.62120.21340.2859
Hunter Lab75.2471-31.4592-25.4469
CIE-Lab79.9661-32.0568-28.3916

#0ed9fa color RGB value is (14,217,250).

#0ed9fa hex color red value is 14, green value is 217 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0ed9fa hue: 0.52 , saturation: 0.96 and the lightness value of 0ed9fa is 0.52.

The process color (four color CMYK) of #0ed9fa color hex is 0.94, 0.13, 0.00, 0.02. Web safe color of #0ed9fa is #00ccff. Color #0ed9fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011001 11111010
Octal 16 331 372
Decimal 14 217 250
Hex E D9 FA

RGB Percentages of Color #0ed9fa

%2.91
%45.11
%51.98

CMYK Percentages of Color #0ed9fa

%94
%13
%0
%2

Triadic Colors of #0ed9fa

#0ed9fa #fa0ed9 #d9fa0e

Analogous Colors of #0ed9fa

#0ed9fa #0e63fa #0efaa5

Monochromatic Colors of #0ed9fa

#0ed9fa

Complementary Color

#0ed9fa #fa2f0e

#0ed9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed9fa Color CSS Codes

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

#0ed9fa Text Font Color

<p style="color:#0ed9fa">Text here</p>

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


#0ed9fa Background Color

<div style="background-color:#0ed9fa">
Div content here</div>

This div background color is #0ed9fa


#0ed9fa Border Color

<div style="border:3px solid #0ed9fa">
Div here</div>

This div border color is #0ed9fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed9fa


Comments

No comments written yet.

Please login to write comment.