Color Hex Logo

#0defae Color Hex

#0DEFAE
(13,239,174)
0 Favorites   0 Comments

Color spaces of #0defae

RGB 13239174
HSL0.450.900.49
HSV163°95°94°
CMYK 0.950.000.27   0.06
XYZ38.672564.874650.5282
Yxy64.87460.25100.4211
Hunter Lab80.5448-55.248919.1869
CIE-Lab84.4191-62.338218.2946

#0defae color RGB value is (13,239,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 10101110
Octal 15 357 256
Decimal 13 239 174
Hex D EF AE

RGB Percentages of Color #0defae

%3.05
%56.10
%40.85

CMYK Percentages of Color #0defae

%95
%0
%27
%6

Triadic Colors of #0defae

#0defae #ae0def #efae0d

Analogous Colors of #0defae

#0defae #0dbfef #0def3d

Monochromatic Colors of #0defae

#0defae

Complementary Color

#0defae #ef0d4e

#0defae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defae Color CSS Codes

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

#0defae Text Font Color

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

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


#0defae Background Color

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

This div background color is #0defae


#0defae Border Color

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

This div border color is #0defae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defae


Comments

No comments written yet.

Please login to write comment.