Color Hex Logo

#0deffd Color Hex

#0DEFFD
(13,239,253)
0 Favorites   0 Comments

Color spaces of #0deffd

RGB 13239253
HSL0.510.980.52
HSV184°95°99°
CMYK 0.950.060.00   0.01
XYZ48.762168.9104103.6595
Yxy68.91040.22030.3113
Hunter Lab83.0123-40.4191-15.9283
CIE-Lab86.4597-41.3680-20.0946

#0deffd color RGB value is (13,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 11111101
Octal 15 357 375
Decimal 13 239 253
Hex D EF FD

RGB Percentages of Color #0deffd

%2.57
%47.33
%50.10

CMYK Percentages of Color #0deffd

%95
%6
%0
%1

Triadic Colors of #0deffd

#0deffd #fd0def #effd0d

Analogous Colors of #0deffd

#0deffd #0d77fd #0dfd93

Monochromatic Colors of #0deffd

#0deffd

Complementary Color

#0deffd #fd1b0d

#0deffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deffd Color CSS Codes

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

#0deffd Text Font Color

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

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


#0deffd Background Color

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

This div background color is #0deffd


#0deffd Border Color

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

This div border color is #0deffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deffd


Comments

No comments written yet.

Please login to write comment.