Color Hex Logo

#0edafa Color Hex

#0EDAFA
(14,218,250)
0 Favorites   0 Comments

Color spaces of #0edafa

RGB 14218250
HSL0.520.960.52
HSV188°94°98°
CMYK 0.940.130.00   0.02
XYZ42.507857.138399.2309
Yxy57.13830.21370.2873
Hunter Lab75.5899-31.9032-24.9203
CIE-Lab80.2573-32.5355-27.9456

#0edafa color RGB value is (14,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011010 11111010
Octal 16 332 372
Decimal 14 218 250
Hex E DA FA

RGB Percentages of Color #0edafa

%2.90
%45.23
%51.87

CMYK Percentages of Color #0edafa

%94
%13
%0
%2

Triadic Colors of #0edafa

#0edafa #fa0eda #dafa0e

Analogous Colors of #0edafa

#0edafa #0e64fa #0efaa4

Monochromatic Colors of #0edafa

#0edafa

Complementary Color

#0edafa #fa2e0e

#0edafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edafa Color CSS Codes

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

#0edafa Text Font Color

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

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


#0edafa Background Color

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

This div background color is #0edafa


#0edafa Border Color

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

This div border color is #0edafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edafa


Comments

No comments written yet.

Please login to write comment.