Color Hex Logo

#0dfaba Color Hex

#0DFABA
(13,250,186)
0 Favorites   0 Comments

Color spaces of #0dfaba

RGB 13250186
HSL0.450.960.52
HSV164°95°98°
CMYK 0.950.000.26   0.02
XYZ43.214572.002058.0745
Yxy72.00200.24940.4155
Hunter Lab84.8540-57.587918.8194
CIE-Lab87.9696-63.670617.0625

#0dfaba color RGB value is (13,250,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111010 10111010
Octal 15 372 272
Decimal 13 250 186
Hex D FA BA

RGB Percentages of Color #0dfaba

%2.90
%55.68
%41.43

CMYK Percentages of Color #0dfaba

%95
%0
%26
%2

Triadic Colors of #0dfaba

#0dfaba #ba0dfa #faba0d

Analogous Colors of #0dfaba

#0dfaba #0dc4fa #0dfa43

Monochromatic Colors of #0dfaba

#0dfaba

Complementary Color

#0dfaba #fa0d4d

#0dfaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfaba Color CSS Codes

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

#0dfaba Text Font Color

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

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


#0dfaba Background Color

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

This div background color is #0dfaba


#0dfaba Border Color

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

This div border color is #0dfaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfaba


Comments

No comments written yet.

Please login to write comment.