Color Hex Logo

#0fdadd Color Hex

#0FDADD
(15,218,221)
0 Favorites   0 Comments

Color spaces of #0fdadd

RGB 15218221
HSL0.500.870.46
HSV181°93°87°
CMYK 0.930.010.00   0.13
XYZ38.319655.464877.0927
Yxy55.46480.22430.3246
Hunter Lab74.4747-38.4868-9.2419
CIE-Lab79.3082-41.4392-13.9329

#0fdadd color RGB value is (15,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011010 11011101
Octal 17 332 335
Decimal 15 218 221
Hex F DA DD

RGB Percentages of Color #0fdadd

%3.30
%48.02
%48.68

CMYK Percentages of Color #0fdadd

%93
%1
%0
%13

Triadic Colors of #0fdadd

#0fdadd #dd0fda #dadd0f

Analogous Colors of #0fdadd

#0fdadd #0f73dd #0fdd79

Monochromatic Colors of #0fdadd

#0fdadd

Complementary Color

#0fdadd #dd120f

#0fdadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdadd Color CSS Codes

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

#0fdadd Text Font Color

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

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


#0fdadd Background Color

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

This div background color is #0fdadd


#0fdadd Border Color

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

This div border color is #0fdadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdadd


Comments

No comments written yet.

Please login to write comment.