Color Hex Logo

#0edffd Color Hex

#0EDFFD
(14,223,253)
0 Favorites   0 Comments

Color spaces of #0edffd

RGB 14223253
HSL0.520.980.52
HSV188°94°99°
CMYK 0.940.120.00   0.01
XYZ44.298459.9606102.1673
Yxy59.96060.21460.2905
Hunter Lab77.4342-33.3940-24.0237
CIE-Lab81.8168-33.9620-27.1510

#0edffd color RGB value is (14,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011111 11111101
Octal 16 337 375
Decimal 14 223 253
Hex E DF FD

RGB Percentages of Color #0edffd

%2.86
%45.51
%51.63

CMYK Percentages of Color #0edffd

%94
%12
%0
%1

Triadic Colors of #0edffd

#0edffd #fd0edf #dffd0e

Analogous Colors of #0edffd

#0edffd #0e68fd #0efda4

Monochromatic Colors of #0edffd

#0edffd

Complementary Color

#0edffd #fd2c0e

#0edffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edffd Color CSS Codes

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

#0edffd Text Font Color

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

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


#0edffd Background Color

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

This div background color is #0edffd


#0edffd Border Color

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

This div border color is #0edffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edffd

Related Colors


Comments

No comments written yet.

Please login to write comment.