Color Hex Logo

#0dffda Color Hex

#0DFFDA
(13,255,218)
0 Favorites   0 Comments

Color spaces of #0dffda

RGB 13255218
HSL0.471.000.53
HSV171°95°100°
CMYK 0.950.000.15   0.00
XYZ48.580976.667578.5675
Yxy76.66750.23840.3762
Hunter Lab87.5600-54.19288.0911
CIE-Lab90.1684-57.85023.6619

#0dffda color RGB value is (13,255,218).

#0dffda hex color red value is 13, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0dffda hue: 0.47 , saturation: 1.00 and the lightness value of 0dffda is 0.53.

The process color (four color CMYK) of #0dffda color hex is 0.95, 0.00, 0.15, 0.00. Web safe color of #0dffda is #00ffcc. Color #0dffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111111 11011010
Octal 15 377 332
Decimal 13 255 218
Hex D FF DA

RGB Percentages of Color #0dffda

%2.67
%52.47
%44.86

CMYK Percentages of Color #0dffda

%95
%0
%15
%0

Triadic Colors of #0dffda

#0dffda #da0dff #ffda0d

Analogous Colors of #0dffda

#0dffda #0dabff #0dff61

Monochromatic Colors of #0dffda

#0dffda

Complementary Color

#0dffda #ff0d32

#0dffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dffda Color CSS Codes

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

#0dffda Text Font Color

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

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


#0dffda Background Color

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

This div background color is #0dffda


#0dffda Border Color

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

This div border color is #0dffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dffda

Related Colors

#0dffda Color Palettes


Comments

No comments written yet.

Please login to write comment.