Color Hex Logo

#0dffef Color Hex

#0DFFEF
(13,255,239)
0 Favorites   0 Comments

Color spaces of #0dffef

RGB 13255239
HSL0.491.000.53
HSV176°95°100°
CMYK 0.950.000.06   0.00
XYZ51.506077.837693.9709
Yxy77.83760.23060.3486
Hunter Lab88.2256-50.1868-1.3930
CIE-Lab90.7057-52.2989-6.4425

#0dffef color RGB value is (13,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111111 11101111
Octal 15 377 357
Decimal 13 255 239
Hex D FF EF

RGB Percentages of Color #0dffef

%2.56
%50.30
%47.14

CMYK Percentages of Color #0dffef

%95
%0
%6
%0

Triadic Colors of #0dffef

#0dffef #ef0dff #ffef0d

Analogous Colors of #0dffef

#0dffef #0d96ff #0dff76

Monochromatic Colors of #0dffef

#0dffef

Complementary Color

#0dffef #ff0d1d

#0dffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dffef Color CSS Codes

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

#0dffef Text Font Color

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

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


#0dffef Background Color

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

This div background color is #0dffef


#0dffef Border Color

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

This div border color is #0dffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dffef

Related Colors


Comments

No comments written yet.

Please login to write comment.