Color Hex Logo

#0def9d Color Hex

#0DEF9D
(13,239,157)
0 Favorites   0 Comments

Color spaces of #0def9d

RGB 13239157
HSL0.440.900.49
HSV158°95°94°
CMYK 0.950.000.34   0.06
XYZ37.118364.252942.3440
Yxy64.25290.25830.4471
Hunter Lab80.1579-57.619324.7902
CIE-Lab84.0973-65.982526.5968

#0def9d color RGB value is (13,239,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 10011101
Octal 15 357 235
Decimal 13 239 157
Hex D EF 9D

RGB Percentages of Color #0def9d

%3.18
%58.44
%38.39

CMYK Percentages of Color #0def9d

%95
%0
%34
%6

Triadic Colors of #0def9d

#0def9d #9d0def #ef9d0d

Analogous Colors of #0def9d

#0def9d #0dd0ef #0def2c

Monochromatic Colors of #0def9d

#0def9d

Complementary Color

#0def9d #ef0d5f

#0def9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0def9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0def9d Color CSS Codes

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

#0def9d Text Font Color

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

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


#0def9d Background Color

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

This div background color is #0def9d


#0def9d Border Color

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

This div border color is #0def9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0def9d


Comments

No comments written yet.

Please login to write comment.