Color Hex Logo

#ff0eda Color Hex

#FF0EDA
(255,14,218)
0 Favorites   0 Comments

Color spaces of #ff0eda

RGB 25514218
HSL0.861.000.53
HSV309°95°100°
CMYK 0.000.950.15   0.00
XYZ54.051926.636068.6221
Yxy26.63600.36200.1784
Hunter Lab51.610196.6277-42.7065
CIE-Lab58.635992.5420-42.7913

#ff0eda color RGB value is (255,14,218).

#ff0eda hex color red value is 255, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ff0eda hue: 0.86 , saturation: 1.00 and the lightness value of ff0eda is 0.53.

The process color (four color CMYK) of #ff0eda color hex is 0.00, 0.95, 0.15, 0.00. Web safe color of #ff0eda is #ff00cc. Color #ff0eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001110 11011010
Octal 377 16 332
Decimal 255 14 218
Hex FF E DA

RGB Percentages of Color #ff0eda

%52.36
%2.87
%44.76

CMYK Percentages of Color #ff0eda

%0
%95
%15
%0

Triadic Colors of #ff0eda

#ff0eda #daff0e #0edaff

Analogous Colors of #ff0eda

#ff0eda #ff0e61 #ac0eff

Monochromatic Colors of #ff0eda

#ff0eda

Complementary Color

#ff0eda #0eff33

#ff0eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0eda Color CSS Codes

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

#ff0eda Text Font Color

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

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


#ff0eda Background Color

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

This div background color is #ff0eda


#ff0eda Border Color

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

This div border color is #ff0eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,14,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff0eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff0eda;
  -webkit-box-shadow: 1px 1px 3px 2px #ff0eda;
  box-shadow:         1px 1px 3px 2px #ff0eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0eda

Related Colors


Comments

No comments written yet.

Please login to write comment.