Color Hex Logo

#0defda Color Hex

#0DEFDA
(13,239,218)
0 Favorites   0 Comments

Color spaces of #0defda

RGB 13239218
HSL0.480.900.49
HSV174°95°94°
CMYK 0.950.000.09   0.06
XYZ43.687466.880576.9363
Yxy66.88050.23300.3567
Hunter Lab81.7805-47.76061.4683
CIE-Lab85.4436-51.3853-3.2341

#0defda color RGB value is (13,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 11011010
Octal 15 357 332
Decimal 13 239 218
Hex D EF DA

RGB Percentages of Color #0defda

%2.77
%50.85
%46.38

CMYK Percentages of Color #0defda

%95
%0
%9
%6

Triadic Colors of #0defda

#0defda #da0def #efda0d

Analogous Colors of #0defda

#0defda #0d93ef #0def69

Monochromatic Colors of #0defda

#0defda

Complementary Color

#0defda #ef0d22

#0defda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defda Color CSS Codes

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

#0defda Text Font Color

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

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


#0defda Background Color

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

This div background color is #0defda


#0defda Border Color

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

This div border color is #0defda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defda


Comments

No comments written yet.

Please login to write comment.