Color Hex Logo

#0defaa Color Hex

#0DEFAA
(13,239,170)
0 Favorites   0 Comments

Color spaces of #0defaa

RGB 13239170
HSL0.450.900.49
HSV162°95°94°
CMYK 0.950.000.29   0.06
XYZ38.288264.720848.5046
Yxy64.72080.25270.4272
Hunter Lab80.4492-55.832720.5672
CIE-Lab84.3397-63.227320.2530

#0defaa color RGB value is (13,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 10101010
Octal 15 357 252
Decimal 13 239 170
Hex D EF AA

RGB Percentages of Color #0defaa

%3.08
%56.64
%40.28

CMYK Percentages of Color #0defaa

%95
%0
%29
%6

Triadic Colors of #0defaa

#0defaa #aa0def #efaa0d

Analogous Colors of #0defaa

#0defaa #0dc3ef #0def39

Monochromatic Colors of #0defaa

#0defaa

Complementary Color

#0defaa #ef0d52

#0defaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defaa Color CSS Codes

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

#0defaa Text Font Color

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

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


#0defaa Background Color

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

This div background color is #0defaa


#0defaa Border Color

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

This div border color is #0defaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defaa


Comments

No comments written yet.

Please login to write comment.