Color Hex Logo

#0fdbbf Color Hex

#0FDBBF
(15,219,191)
0 Favorites   0 Comments

Color spaces of #0fdbbf

RGB 15219191
HSL0.480.870.46
HSV172°93°86°
CMYK 0.930.000.13   0.14
XYZ34.932554.526257.9737
Yxy54.52620.23690.3698
Hunter Lab73.8419-44.77995.1404
CIE-Lab78.7676-50.32911.2909

#0fdbbf color RGB value is (15,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011011 10111111
Octal 17 333 277
Decimal 15 219 191
Hex F DB BF

RGB Percentages of Color #0fdbbf

%3.53
%51.53
%44.94

CMYK Percentages of Color #0fdbbf

%93
%0
%13
%14

Triadic Colors of #0fdbbf

#0fdbbf #bf0fdb #dbbf0f

Analogous Colors of #0fdbbf

#0fdbbf #0f91db #0fdb59

Monochromatic Colors of #0fdbbf

#0fdbbf

Complementary Color

#0fdbbf #db0f2b

#0fdbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdbbf Color CSS Codes

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

#0fdbbf Text Font Color

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

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


#0fdbbf Background Color

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

This div background color is #0fdbbf


#0fdbbf Border Color

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

This div border color is #0fdbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdbbf


Comments

No comments written yet.

Please login to write comment.