Color Hex Logo

#0dfebb Color Hex

#0DFEBB
(13,254,187)
0 Favorites   0 Comments

Color spaces of #0dfebb

RGB 13254187
HSL0.450.990.52
HSV163°95°100°
CMYK 0.950.000.26   0.00
XYZ44.577474.557059.0552
Yxy74.55700.25020.4184
Hunter Lab86.3464-58.953319.8921
CIE-Lab89.1851-64.909818.2503

#0dfebb color RGB value is (13,254,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111110 10111011
Octal 15 376 273
Decimal 13 254 187
Hex D FE BB

RGB Percentages of Color #0dfebb

%2.86
%55.95
%41.19

CMYK Percentages of Color #0dfebb

%95
%0
%26
%0

Triadic Colors of #0dfebb

#0dfebb #bb0dfe #febb0d

Analogous Colors of #0dfebb

#0dfebb #0dc9fe #0dfe43

Monochromatic Colors of #0dfebb

#0dfebb

Complementary Color

#0dfebb #fe0d50

#0dfebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfebb Color CSS Codes

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

#0dfebb Text Font Color

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

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


#0dfebb Background Color

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

This div background color is #0dfebb


#0dfebb Border Color

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

This div border color is #0dfebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfebb


Comments

No comments written yet.

Please login to write comment.