Color Hex Logo

#0dfebd Color Hex

#0DFEBD
(13,254,189)
0 Favorites   0 Comments

Color spaces of #0dfebd

RGB 13254189
HSL0.460.990.52
HSV164°95°100°
CMYK 0.950.000.26   0.00
XYZ44.793174.643360.1909
Yxy74.64330.24940.4155
Hunter Lab86.3964-58.648419.1711
CIE-Lab89.2256-64.459117.2813

#0dfebd color RGB value is (13,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111110 10111101
Octal 15 376 275
Decimal 13 254 189
Hex D FE BD

RGB Percentages of Color #0dfebd

%2.85
%55.70
%41.45

CMYK Percentages of Color #0dfebd

%95
%0
%26
%0

Triadic Colors of #0dfebd

#0dfebd #bd0dfe #febd0d

Analogous Colors of #0dfebd

#0dfebd #0dc7fe #0dfe45

Monochromatic Colors of #0dfebd

#0dfebd

Complementary Color

#0dfebd #fe0d4e

#0dfebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfebd Color CSS Codes

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

#0dfebd Text Font Color

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

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


#0dfebd Background Color

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

This div background color is #0dfebd


#0dfebd Border Color

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

This div border color is #0dfebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfebd

Related Colors


Comments

No comments written yet.

Please login to write comment.