Color Hex Logo

#0dffcf Color Hex

#0DFFCF
(13,255,207)
0 Favorites   0 Comments

Color spaces of #0dffcf

RGB 13255207
HSL0.471.000.53
HSV168°95°100°
CMYK 0.950.000.19   0.00
XYZ47.188576.110671.2352
Yxy76.11060.24260.3912
Hunter Lab87.2414-56.122512.6569
CIE-Lab89.9107-60.59598.9812

#0dffcf color RGB value is (13,255,207).

#0dffcf hex color red value is 13, green value is 255 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0dffcf hue: 0.47 , saturation: 1.00 and the lightness value of 0dffcf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111111 11001111
Octal 15 377 317
Decimal 13 255 207
Hex D FF CF

RGB Percentages of Color #0dffcf

%2.74
%53.68
%43.58

CMYK Percentages of Color #0dffcf

%95
%0
%19
%0

Triadic Colors of #0dffcf

#0dffcf #cf0dff #ffcf0d

Analogous Colors of #0dffcf

#0dffcf #0db6ff #0dff56

Monochromatic Colors of #0dffcf

#0dffcf

Complementary Color

#0dffcf #ff0d3d

#0dffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dffcf Color CSS Codes

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

#0dffcf Text Font Color

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

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


#0dffcf Background Color

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

This div background color is #0dffcf


#0dffcf Border Color

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

This div border color is #0dffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.