Color Hex Logo

#0edffa Color Hex

#0EDFFA
(14,223,250)
0 Favorites   0 Comments

Color spaces of #0edffa

RGB 14223250
HSL0.520.960.52
HSV187°94°98°
CMYK 0.940.110.00   0.02
XYZ43.824159.770899.6696
Yxy59.77080.21560.2941
Hunter Lab77.3116-34.1125-22.3182
CIE-Lab81.7134-34.9052-25.7203

#0edffa color RGB value is (14,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011111 11111010
Octal 16 337 372
Decimal 14 223 250
Hex E DF FA

RGB Percentages of Color #0edffa

%2.87
%45.79
%51.33

CMYK Percentages of Color #0edffa

%94
%11
%0
%2

Triadic Colors of #0edffa

#0edffa #fa0edf #dffa0e

Analogous Colors of #0edffa

#0edffa #0e69fa #0efa9f

Monochromatic Colors of #0edffa

#0edffa

Complementary Color

#0edffa #fa290e

#0edffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edffa Color CSS Codes

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

#0edffa Text Font Color

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

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


#0edffa Background Color

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

This div background color is #0edffa


#0edffa Border Color

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

This div border color is #0edffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edffa


Comments

No comments written yet.

Please login to write comment.