color codes Logo

#0edafc color codes

#0EDAFC
(14,218,252)
0 Favorites   0 Comments

Color spaces of #0edafc

RGB 14218252
HSL0.520.980.52
HSV189°94°99°
CMYK 0.940.130.00   0.01
XYZ42.823257.2644100.8916
Yxy57.26440.21310.2849
Hunter Lab75.6732-31.4157-26.0773
CIE-Lab80.3281-31.8972-28.8993

#0edafc color RGB value is (14,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011010 11111100
Octal 16 332 374
Decimal 14 218 252
Hex E DA FC

RGB Percentages of Color #0edafc

%2.89
%45.04
%52.07

CMYK Percentages of Color #0edafc

%94
%13
%0
%1

Triadic Colors of #0edafc

#0edafc #fc0eda #dafc0e

Analogous Colors of #0edafc

#0edafc #0e63fc #0efca7

Monochromatic Colors of #0edafc

#0edafc

Complementary Color

#0edafc #fc300e

#0edafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edafc Color CSS Codes

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

#0edafc Text Font Color

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

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


#0edafc Background Color

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

This div background color is #0edafc


#0edafc Border Color

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

This div border color is #0edafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edafc

Related Colors


Comments

No comments written yet.

Please login to write comment.