Color Hex Logo

#fd0cad Color Hex

#FD0CAD
(253,12,173)
0 Favorites   0 Comments

Color spaces of #fd0cad

RGB 25312173
HSL0.890.980.52
HSV320°95°99°
CMYK 0.000.950.32   0.01
XYZ48.182324.162741.6595
Yxy24.16270.42260.2119
Hunter Lab49.155688.9435-15.8396
CIE-Lab56.250387.2518-20.6242

#fd0cad color RGB value is (253,12,173).

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

The process color (four color CMYK) of #fd0cad color hex is 0.00, 0.95, 0.32, 0.01. Web safe color of #fd0cad is #ff0099. Color #fd0cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001100 10101101
Octal 375 14 255
Decimal 253 12 173
Hex FD C AD

RGB Percentages of Color #fd0cad

%57.76
%2.74
%39.50

CMYK Percentages of Color #fd0cad

%0
%95
%32
%1

Triadic Colors of #fd0cad

#fd0cad #adfd0c #0cadfd

Analogous Colors of #fd0cad

#fd0cad #fd0c34 #d50cfd

Monochromatic Colors of #fd0cad

#fd0cad

Complementary Color

#fd0cad #0cfd5c

#fd0cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0cad Color CSS Codes

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

#fd0cad Text Font Color

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

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


#fd0cad Background Color

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

This div background color is #fd0cad


#fd0cad Border Color

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

This div border color is #fd0cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,12,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0cad


Comments

No comments written yet.

Please login to write comment.