Color Hex Logo

#ff0add Color Hex

#FF0ADD
(255,10,221)
0 Favorites   0 Comments

Color spaces of #ff0add

RGB 25510221
HSL0.861.000.52
HSV308°96°100°
CMYK 0.000.960.13   0.00
XYZ54.399726.697570.6926
Yxy26.69750.35840.1759
Hunter Lab51.669697.5096-44.9498
CIE-Lab58.693393.1812-44.3999

#ff0add color RGB value is (255,10,221).

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

The process color (four color CMYK) of #ff0add color hex is 0.00, 0.96, 0.13, 0.00. Web safe color of #ff0add is #ff00cc. Color #ff0add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001010 11011101
Octal 377 12 335
Decimal 255 10 221
Hex FF A DD

RGB Percentages of Color #ff0add

%52.47
%2.06
%45.47

CMYK Percentages of Color #ff0add

%0
%96
%13
%0

Triadic Colors of #ff0add

#ff0add #ddff0a #0addff

Analogous Colors of #ff0add

#ff0add #ff0a63 #a70aff

Monochromatic Colors of #ff0add

#ff0add

Complementary Color

#ff0add #0aff2c

#ff0add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0add Color CSS Codes

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

#ff0add Text Font Color

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

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


#ff0add Background Color

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

This div background color is #ff0add


#ff0add Border Color

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

This div border color is #ff0add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0add

Related Colors


Comments

No comments written yet.

Please login to write comment.