Color Hex Logo

#0defcf Color Hex

#0DEFCF
(13,239,207)
0 Favorites   0 Comments

Color spaces of #0defcf

RGB 13239207
HSL0.480.900.49
HSV172°95°94°
CMYK 0.950.000.13   0.06
XYZ42.295066.323669.6040
Yxy66.32360.23730.3721
Hunter Lab81.4393-49.81596.3339
CIE-Lab85.1612-54.31212.1280

#0defcf color RGB value is (13,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 11001111
Octal 15 357 317
Decimal 13 239 207
Hex D EF CF

RGB Percentages of Color #0defcf

%2.83
%52.07
%45.10

CMYK Percentages of Color #0defcf

%95
%0
%13
%6

Triadic Colors of #0defcf

#0defcf #cf0def #efcf0d

Analogous Colors of #0defcf

#0defcf #0d9eef #0def5e

Monochromatic Colors of #0defcf

#0defcf

Complementary Color

#0defcf #ef0d2d

#0defcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defcf Color CSS Codes

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

#0defcf Text Font Color

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

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


#0defcf Background Color

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

This div background color is #0defcf


#0defcf Border Color

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

This div border color is #0defcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defcf


Comments

No comments written yet.

Please login to write comment.