Color Hex Logo

#0dfef9 Color Hex

#0DFEF9
(13,254,249)
0 Favorites   0 Comments

Color spaces of #0dfef9

RGB 13254249
HSL0.500.990.52
HSV179°95°100°
CMYK 0.950.000.02   0.00
XYZ52.706777.8087101.8632
Yxy77.80870.22680.3348
Hunter Lab88.2092-47.7090-6.7211
CIE-Lab90.6925-49.0986-11.6535

#0dfef9 color RGB value is (13,254,249).

#0dfef9 hex color red value is 13, green value is 254 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #0dfef9 hue: 0.50 , saturation: 0.99 and the lightness value of 0dfef9 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111110 11111001
Octal 15 376 371
Decimal 13 254 249
Hex D FE F9

RGB Percentages of Color #0dfef9

%2.52
%49.22
%48.26

CMYK Percentages of Color #0dfef9

%95
%0
%2
%0

Triadic Colors of #0dfef9

#0dfef9 #f90dfe #fef90d

Analogous Colors of #0dfef9

#0dfef9 #0d8bfe #0dfe81

Monochromatic Colors of #0dfef9

#0dfef9

Complementary Color

#0dfef9 #fe0d12

#0dfef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfef9 Color CSS Codes

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

#0dfef9 Text Font Color

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

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


#0dfef9 Background Color

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

This div background color is #0dfef9


#0dfef9 Border Color

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

This div border color is #0dfef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfef9

Related Colors


Comments

No comments written yet.

Please login to write comment.