Color Hex Logo

#0fdacc Color Hex

#0FDACC
(15,218,204)
0 Favorites   0 Comments

Color spaces of #0fdacc

RGB 15218204
HSL0.490.870.46
HSV176°93°85°
CMYK 0.930.000.06   0.15
XYZ36.167554.604065.7601
Yxy54.60400.23110.3488
Hunter Lab73.8945-41.9490-1.0371
CIE-Lab78.8126-46.3514-5.5860

#0fdacc color RGB value is (15,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011010 11001100
Octal 17 332 314
Decimal 15 218 204
Hex F DA CC

RGB Percentages of Color #0fdacc

%3.43
%49.89
%46.68

CMYK Percentages of Color #0fdacc

%93
%0
%6
%15

Triadic Colors of #0fdacc

#0fdacc #cc0fda #dacc0f

Analogous Colors of #0fdacc

#0fdacc #0f83da #0fda67

Monochromatic Colors of #0fdacc

#0fdacc

Complementary Color

#0fdacc #da0f1d

#0fdacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdacc Color CSS Codes

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

#0fdacc Text Font Color

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

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


#0fdacc Background Color

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

This div background color is #0fdacc


#0fdacc Border Color

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

This div border color is #0fdacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdacc


Comments

No comments written yet.

Please login to write comment.