Color Hex Logo

#0fdaac Color Hex

#0FDAAC
(15,218,172)
0 Favorites   0 Comments

Color spaces of #0fdaac

RGB 15218172
HSL0.460.870.46
HSV166°93°85°
CMYK 0.930.000.21   0.15
XYZ32.714853.222947.5785
Yxy53.22290.24500.3986
Hunter Lab72.9540-47.624712.4006
CIE-Lab78.0064-54.793710.3120

#0fdaac color RGB value is (15,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011010 10101100
Octal 17 332 254
Decimal 15 218 172
Hex F DA AC

RGB Percentages of Color #0fdaac

%3.70
%53.83
%42.47

CMYK Percentages of Color #0fdaac

%93
%0
%21
%15

Triadic Colors of #0fdaac

#0fdaac #ac0fda #daac0f

Analogous Colors of #0fdaac

#0fdaac #0fa3da #0fda47

Monochromatic Colors of #0fdaac

#0fdaac

Complementary Color

#0fdaac #da0f3d

#0fdaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdaac Color CSS Codes

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

#0fdaac Text Font Color

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

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


#0fdaac Background Color

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

This div background color is #0fdaac


#0fdaac Border Color

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

This div border color is #0fdaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdaac


Comments

No comments written yet.

Please login to write comment.