Color Hex Logo

#0fdbda Color Hex

#0FDBDA
(15,219,218)
0 Favorites   0 Comments

Color spaces of #0fdbda

RGB 15219218
HSL0.500.870.46
HSV180°93°86°
CMYK 0.930.000.00   0.14
XYZ38.183455.826575.0928
Yxy55.82650.22580.3301
Hunter Lab74.7171-39.5344-7.2861
CIE-Lab79.5150-42.7684-12.0215

#0fdbda color RGB value is (15,219,218).

#0fdbda hex color red value is 15, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0fdbda hue: 0.50 , saturation: 0.87 and the lightness value of 0fdbda is 0.46.

The process color (four color CMYK) of #0fdbda color hex is 0.93, 0.00, 0.00, 0.14. Web safe color of #0fdbda is #00cccc. Color #0fdbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011011 11011010
Octal 17 333 332
Decimal 15 219 218
Hex F DB DA

RGB Percentages of Color #0fdbda

%3.32
%48.45
%48.23

CMYK Percentages of Color #0fdbda

%93
%0
%0
%14

Triadic Colors of #0fdbda

#0fdbda #da0fdb #dbda0f

Analogous Colors of #0fdbda

#0fdbda #0f76db #0fdb74

Monochromatic Colors of #0fdbda

#0fdbda

Complementary Color

#0fdbda #db0f10

#0fdbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdbda Color CSS Codes

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

#0fdbda Text Font Color

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

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


#0fdbda Background Color

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

This div background color is #0fdbda


#0fdbda Border Color

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

This div border color is #0fdbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,219,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fdbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fdbda;
  -webkit-box-shadow: 1px 1px 3px 2px #0fdbda;
  box-shadow:         1px 1px 3px 2px #0fdbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,219,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdbda


Comments

No comments written yet.

Please login to write comment.