Color Hex Logo

#0dffce Color Hex

#0DFFCE
(13,255,206)
1 Favorites   0 Comments

Color spaces of #0dffce

RGB 13255206
HSL0.471.000.53
HSV168°95°100°
CMYK 0.950.000.19   0.00
XYZ47.066676.061870.5933
Yxy76.06180.24300.3926
Hunter Lab87.2134-56.292113.0582
CIE-Lab89.8880-60.83959.4653

#0dffce color RGB value is (13,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111111 11001110
Octal 15 377 316
Decimal 13 255 206
Hex D FF CE

RGB Percentages of Color #0dffce

%2.74
%53.80
%43.46

CMYK Percentages of Color #0dffce

%95
%0
%19
%0

Triadic Colors of #0dffce

#0dffce #ce0dff #ffce0d

Analogous Colors of #0dffce

#0dffce #0db7ff #0dff55

Monochromatic Colors of #0dffce

#0dffce

Complementary Color

#0dffce #ff0d3e

#0dffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dffce Color CSS Codes

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

#0dffce Text Font Color

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

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


#0dffce Background Color

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

This div background color is #0dffce


#0dffce Border Color

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

This div border color is #0dffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dffce


Comments

No comments written yet.

Please login to write comment.