Color Hex Logo

#0defad Color Hex

#0DEFAD
(13,239,173)
0 Favorites   0 Comments

Color spaces of #0defad

RGB 13239173
HSL0.450.900.49
HSV162°95°94°
CMYK 0.950.000.28   0.06
XYZ38.575364.835750.0166
Yxy64.83570.25140.4226
Hunter Lab80.5206-55.396519.5356
CIE-Lab84.3990-62.562418.7844

#0defad color RGB value is (13,239,173).

#0defad hex color red value is 13, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0defad hue: 0.45 , saturation: 0.90 and the lightness value of 0defad is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 10101101
Octal 15 357 255
Decimal 13 239 173
Hex D EF AD

RGB Percentages of Color #0defad

%3.06
%56.24
%40.71

CMYK Percentages of Color #0defad

%95
%0
%28
%6

Triadic Colors of #0defad

#0defad #ad0def #efad0d

Analogous Colors of #0defad

#0defad #0dc0ef #0def3c

Monochromatic Colors of #0defad

#0defad

Complementary Color

#0defad #ef0d4f

#0defad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defad Color CSS Codes

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

#0defad Text Font Color

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

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


#0defad Background Color

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

This div background color is #0defad


#0defad Border Color

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

This div border color is #0defad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defad


Comments

No comments written yet.

Please login to write comment.