Color Hex Logo

#0dfdaf Color Hex

#0DFDAF
(13,253,175)
0 Favorites   0 Comments

Color spaces of #0dfdaf

RGB 13253175
HSL0.450.980.52
HSV161°95°99°
CMYK 0.950.000.31   0.01
XYZ43.029173.431352.4632
Yxy73.43130.25470.4347
Hunter Lab85.6921-60.329823.6854
CIE-Lab88.6530-67.167123.6427

#0dfdaf color RGB value is (13,253,175).

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

The process color (four color CMYK) of #0dfdaf color hex is 0.95, 0.00, 0.31, 0.01. Web safe color of #0dfdaf is #00ff99. Color #0dfdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111101 10101111
Octal 15 375 257
Decimal 13 253 175
Hex D FD AF

RGB Percentages of Color #0dfdaf

%2.95
%57.37
%39.68

CMYK Percentages of Color #0dfdaf

%95
%0
%31
%1

Triadic Colors of #0dfdaf

#0dfdaf #af0dfd #fdaf0d

Analogous Colors of #0dfdaf

#0dfdaf #0dd3fd #0dfd37

Monochromatic Colors of #0dfdaf

#0dfdaf

Complementary Color

#0dfdaf #fd0d5b

#0dfdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfdaf Color CSS Codes

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

#0dfdaf Text Font Color

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

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


#0dfdaf Background Color

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

This div background color is #0dfdaf


#0dfdaf Border Color

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

This div border color is #0dfdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfdaf


Comments

No comments written yet.

Please login to write comment.