Color Hex Logo

#0fdead Color Hex

#0FDEAD
(15,222,173)
0 Favorites   0 Comments

Color spaces of #0fdead

RGB 15222173
HSL0.460.870.46
HSV166°93°87°
CMYK 0.930.000.22   0.13
XYZ33.861155.361248.4363
Yxy55.36120.24600.4022
Hunter Lab74.4051-48.975213.4869
CIE-Lab79.2489-56.103411.5475

#0fdead color RGB value is (15,222,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 10101101
Octal 17 336 255
Decimal 15 222 173
Hex F DE AD

RGB Percentages of Color #0fdead

%3.66
%54.15
%42.20

CMYK Percentages of Color #0fdead

%93
%0
%22
%13

Triadic Colors of #0fdead

#0fdead #ad0fde #dead0f

Analogous Colors of #0fdead

#0fdead #0fa8de #0fde46

Monochromatic Colors of #0fdead

#0fdead

Complementary Color

#0fdead #de0f40

#0fdead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdead Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdead Color CSS Codes

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

#0fdead Text Font Color

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

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


#0fdead Background Color

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

This div background color is #0fdead


#0fdead Border Color

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

This div border color is #0fdead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdead


Comments

No comments written yet.

Please login to write comment.