Color Hex Logo

#0fdbbc Color Hex

#0FDBBC
(15,219,188)
0 Favorites   0 Comments

Color spaces of #0fdbbc

RGB 15219188
HSL0.470.870.46
HSV171°93°86°
CMYK 0.930.000.14   0.14
XYZ34.605654.395456.2524
Yxy54.39540.23820.3745
Hunter Lab73.7532-45.31466.4061
CIE-Lab78.6917-51.12292.7806

#0fdbbc color RGB value is (15,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011011 10111100
Octal 17 333 274
Decimal 15 219 188
Hex F DB BC

RGB Percentages of Color #0fdbbc

%3.55
%51.90
%44.55

CMYK Percentages of Color #0fdbbc

%93
%0
%14
%14

Triadic Colors of #0fdbbc

#0fdbbc #bc0fdb #dbbc0f

Analogous Colors of #0fdbbc

#0fdbbc #0f94db #0fdb56

Monochromatic Colors of #0fdbbc

#0fdbbc

Complementary Color

#0fdbbc #db0f2e

#0fdbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdbbc Color CSS Codes

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

#0fdbbc Text Font Color

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

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


#0fdbbc Background Color

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

This div background color is #0fdbbc


#0fdbbc Border Color

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

This div border color is #0fdbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdbbc


Comments

No comments written yet.

Please login to write comment.