Color Hex Logo

#0dedfe Color Hex

#0DEDFE
(13,237,254)
0 Favorites   0 Comments

Color spaces of #0dedfe

RGB 13237254
HSL0.510.990.52
HSV184°95°100°
CMYK 0.950.070.00   0.00
XYZ48.339667.8097104.3068
Yxy67.80970.21930.3076
Hunter Lab82.3466-39.3225-17.4588
CIE-Lab85.9112-40.1634-21.4489

#0dedfe color RGB value is (13,237,254).

#0dedfe hex color red value is 13, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0dedfe hue: 0.51 , saturation: 0.99 and the lightness value of 0dedfe is 0.52.

The process color (four color CMYK) of #0dedfe color hex is 0.95, 0.07, 0.00, 0.00. Web safe color of #0dedfe is #00ffff. Color #0dedfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101101 11111110
Octal 15 355 376
Decimal 13 237 254
Hex D ED FE

RGB Percentages of Color #0dedfe

%2.58
%47.02
%50.40

CMYK Percentages of Color #0dedfe

%95
%7
%0
%0

Triadic Colors of #0dedfe

#0dedfe #fe0ded #edfe0d

Analogous Colors of #0dedfe

#0dedfe #0d75fe #0dfe97

Monochromatic Colors of #0dedfe

#0dedfe

Complementary Color

#0dedfe #fe1e0d

#0dedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dedfe Color CSS Codes

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

#0dedfe Text Font Color

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

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


#0dedfe Background Color

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

This div background color is #0dedfe


#0dedfe Border Color

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

This div border color is #0dedfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,237,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0dedfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0dedfe;
  -webkit-box-shadow: 1px 1px 3px 2px #0dedfe;
  box-shadow:         1px 1px 3px 2px #0dedfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,237,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dedfe

Related Colors


Comments

No comments written yet.

Please login to write comment.