Color Hex Logo

#0dffea Color Hex

#0DFFEA
(13,255,234)
0 Favorites   0 Comments

Color spaces of #0dffea

RGB 13255234
HSL0.491.000.53
HSV175°95°100°
CMYK 0.950.000.08   0.00
XYZ50.777377.546190.1336
Yxy77.54610.23240.3550
Hunter Lab88.0603-51.17880.9562
CIE-Lab90.5724-53.6555-4.0444

#0dffea color RGB value is (13,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111111 11101010
Octal 15 377 352
Decimal 13 255 234
Hex D FF EA

RGB Percentages of Color #0dffea

%2.59
%50.80
%46.61

CMYK Percentages of Color #0dffea

%95
%0
%8
%0

Triadic Colors of #0dffea

#0dffea #ea0dff #ffea0d

Analogous Colors of #0dffea

#0dffea #0d9bff #0dff71

Monochromatic Colors of #0dffea

#0dffea

Complementary Color

#0dffea #ff0d22

#0dffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dffea Color CSS Codes

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

#0dffea Text Font Color

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

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


#0dffea Background Color

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

This div background color is #0dffea


#0dffea Border Color

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

This div border color is #0dffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dffea

Related Colors


Comments

No comments written yet.

Please login to write comment.