Color Hex Logo

#0fdcaf Color Hex

#0FDCAF
(15,220,175)
0 Favorites   0 Comments

Color spaces of #0fdcaf

RGB 15220175
HSL0.460.870.46
HSV167°93°86°
CMYK 0.930.000.20   0.14
XYZ33.528154.383149.2873
Yxy54.38310.24440.3964
Hunter Lab73.7449-47.898611.9950
CIE-Lab78.6846-54.83699.6857

#0fdcaf color RGB value is (15,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011100 10101111
Octal 17 334 257
Decimal 15 220 175
Hex F DC AF

RGB Percentages of Color #0fdcaf

%3.66
%53.66
%42.68

CMYK Percentages of Color #0fdcaf

%93
%0
%20
%14

Triadic Colors of #0fdcaf

#0fdcaf #af0fdc #dcaf0f

Analogous Colors of #0fdcaf

#0fdcaf #0fa3dc #0fdc48

Monochromatic Colors of #0fdcaf

#0fdcaf

Complementary Color

#0fdcaf #dc0f3c

#0fdcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdcaf Color CSS Codes

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

#0fdcaf Text Font Color

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

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


#0fdcaf Background Color

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

This div background color is #0fdcaf


#0fdcaf Border Color

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

This div border color is #0fdcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdcaf


Comments

No comments written yet.

Please login to write comment.