Color Hex Logo

#fda7ad Color Hex

#FDA7AD
(253,167,173)
0 Favorites   0 Comments

Color spaces of #fda7ad

RGB 253167173
HSL0.990.960.82
HSV356°34°99°
CMYK 0.000.340.32   0.01
XYZ61.869651.537246.2220
Yxy51.53720.38760.3229
Hunter Lab71.789428.203512.0784
CIE-Lab77.003332.451310.0387

#fda7ad color RGB value is (253,167,173).

#fda7ad hex color red value is 253, green value is 167 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fda7ad hue: 0.99 , saturation: 0.96 and the lightness value of fda7ad is 0.82.

The process color (four color CMYK) of #fda7ad color hex is 0.00, 0.34, 0.32, 0.01. Web safe color of #fda7ad is #ff9999. Color #fda7ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 10101101
Octal 375 247 255
Decimal 253 167 173
Hex FD A7 AD

RGB Percentages of Color #fda7ad

%42.66
%28.16
%29.17

CMYK Percentages of Color #fda7ad

%0
%34
%32
%1

Triadic Colors of #fda7ad

#fda7ad #adfda7 #a7adfd

Analogous Colors of #fda7ad

#fda7ad #fdcca7 #fda7d8

Monochromatic Colors of #fda7ad

#fda7ad

Complementary Color

#fda7ad #a7fdf7

#fda7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda7ad Color CSS Codes

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

#fda7ad Text Font Color

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

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


#fda7ad Background Color

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

This div background color is #fda7ad


#fda7ad Border Color

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

This div border color is #fda7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda7ad


Comments

No comments written yet.

Please login to write comment.