Color Hex Logo

#0edefd Color Hex

#0EDEFD
(14,222,253)
0 Favorites   0 Comments

Color spaces of #0edefd

RGB 14222253
HSL0.520.980.52
HSV188°94°99°
CMYK 0.940.120.00   0.01
XYZ44.032059.4278102.0785
Yxy59.42780.21420.2891
Hunter Lab77.0894-32.9507-24.5467
CIE-Lab81.5262-33.4881-27.5952

#0edefd color RGB value is (14,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011110 11111101
Octal 16 336 375
Decimal 14 222 253
Hex E DE FD

RGB Percentages of Color #0edefd

%2.86
%45.40
%51.74

CMYK Percentages of Color #0edefd

%94
%12
%0
%1

Triadic Colors of #0edefd

#0edefd #fd0ede #defd0e

Analogous Colors of #0edefd

#0edefd #0e67fd #0efda5

Monochromatic Colors of #0edefd

#0edefd

Complementary Color

#0edefd #fd2d0e

#0edefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edefd Color CSS Codes

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

#0edefd Text Font Color

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

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


#0edefd Background Color

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

This div background color is #0edefd


#0edefd Border Color

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

This div border color is #0edefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edefd

Related Colors


Comments

No comments written yet.

Please login to write comment.