Color Hex Logo

#0fedaf Color Hex

#0FEDAF
(15,237,175)
0 Favorites   0 Comments

Color spaces of #0fedaf

RGB 15237175
HSL0.450.880.49
HSV163°94°93°
CMYK 0.940.000.26   0.07
XYZ38.219163.765150.8510
Yxy63.76510.25010.4172
Hunter Lab79.8531-54.309518.1408
CIE-Lab83.8433-61.310116.9729

#0fedaf color RGB value is (15,237,175).

#0fedaf hex color red value is 15, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0fedaf hue: 0.45 , saturation: 0.88 and the lightness value of 0fedaf is 0.49.

The process color (four color CMYK) of #0fedaf color hex is 0.94, 0.00, 0.26, 0.07. Web safe color of #0fedaf is #00ff99. Color #0fedaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101101 10101111
Octal 17 355 257
Decimal 15 237 175
Hex F ED AF

RGB Percentages of Color #0fedaf

%3.51
%55.50
%40.98

CMYK Percentages of Color #0fedaf

%94
%0
%26
%7

Triadic Colors of #0fedaf

#0fedaf #af0fed #edaf0f

Analogous Colors of #0fedaf

#0fedaf #0fbced #0fed40

Monochromatic Colors of #0fedaf

#0fedaf

Complementary Color

#0fedaf #ed0f4d

#0fedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fedaf Color CSS Codes

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

#0fedaf Text Font Color

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

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


#0fedaf Background Color

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

This div background color is #0fedaf


#0fedaf Border Color

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

This div border color is #0fedaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,237,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 #0fedaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fedaf


Comments

No comments written yet.

Please login to write comment.