Color Hex Logo

#fd0add Color Hex

#FD0ADD
(253,10,221)
0 Favorites   0 Comments

Color spaces of #fd0add

RGB 25310221
HSL0.860.980.52
HSV308°96°99°
CMYK 0.000.960.13   0.01
XYZ53.667726.320270.6583
Yxy26.32020.35620.1747
Hunter Lab51.303296.9462-45.7460
CIE-Lab58.339792.8347-44.9814

#fd0add color RGB value is (253,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001010 11011101
Octal 375 12 335
Decimal 253 10 221
Hex FD A DD

RGB Percentages of Color #fd0add

%52.27
%2.07
%45.66

CMYK Percentages of Color #fd0add

%0
%96
%13
%1

Triadic Colors of #fd0add

#fd0add #ddfd0a #0addfd

Analogous Colors of #fd0add

#fd0add #fd0a64 #a40afd

Monochromatic Colors of #fd0add

#fd0add

Complementary Color

#fd0add #0afd2a

#fd0add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0add Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0add Color CSS Codes

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

#fd0add Text Font Color

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

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


#fd0add Background Color

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

This div background color is #fd0add


#fd0add Border Color

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

This div border color is #fd0add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0add

Related Colors


Comments

No comments written yet.

Please login to write comment.