Color Hex Logo

#0fdbae Color Hex

#0FDBAE
(15,219,174)
0 Favorites   0 Comments

Color spaces of #0fdbae

RGB 15219174
HSL0.460.870.46
HSV167°93°86°
CMYK 0.930.000.21   0.14
XYZ33.168553.820648.6847
Yxy53.82060.24450.3967
Hunter Lab73.3625-47.681412.0078
CIE-Lab78.3570-54.69259.7493

#0fdbae color RGB value is (15,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011011 10101110
Octal 17 333 256
Decimal 15 219 174
Hex F DB AE

RGB Percentages of Color #0fdbae

%3.68
%53.68
%42.65

CMYK Percentages of Color #0fdbae

%93
%0
%21
%14

Triadic Colors of #0fdbae

#0fdbae #ae0fdb #dbae0f

Analogous Colors of #0fdbae

#0fdbae #0fa2db #0fdb48

Monochromatic Colors of #0fdbae

#0fdbae

Complementary Color

#0fdbae #db0f3c

#0fdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdbae Color CSS Codes

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

#0fdbae Text Font Color

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

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


#0fdbae Background Color

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

This div background color is #0fdbae


#0fdbae Border Color

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

This div border color is #0fdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdbae


Comments

No comments written yet.

Please login to write comment.