Color Hex Logo

#0fedae Color Hex

#0FEDAE
(15,237,174)
0 Favorites   0 Comments

Color spaces of #0fedae

RGB 15237174
HSL0.450.880.49
HSV163°94°93°
CMYK 0.940.000.27   0.07
XYZ38.121263.725950.3355
Yxy63.72590.25050.4187
Hunter Lab79.8285-54.459218.4949
CIE-Lab83.8229-61.537317.4638

#0fedae color RGB value is (15,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101101 10101110
Octal 17 355 256
Decimal 15 237 174
Hex F ED AE

RGB Percentages of Color #0fedae

%3.52
%55.63
%40.85

CMYK Percentages of Color #0fedae

%94
%0
%27
%7

Triadic Colors of #0fedae

#0fedae #ae0fed #edae0f

Analogous Colors of #0fedae

#0fedae #0fbded #0fed3f

Monochromatic Colors of #0fedae

#0fedae

Complementary Color

#0fedae #ed0f4e

#0fedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fedae Color CSS Codes

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

#0fedae Text Font Color

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

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


#0fedae Background Color

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

This div background color is #0fedae


#0fedae Border Color

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

This div border color is #0fedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fedae


Comments

No comments written yet.

Please login to write comment.