Color Hex Logo

#fdadad Color Hex

#FDADAD
(253,173,173)
0 Favorites   0 Comments

Color spaces of #fdadad

RGB 253173173
HSL0.000.950.84
HSV32°99°
CMYK 0.000.320.32   0.01
XYZ62.994453.786946.5969
Yxy53.78690.38560.3292
Hunter Lab73.339624.976913.6673
CIE-Lab78.337329.311411.9335

#fdadad color RGB value is (253,173,173).

#fdadad hex color red value is 253, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fdadad hue: 0.00 , saturation: 0.95 and the lightness value of fdadad is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 10101101
Octal 375 255 255
Decimal 253 173 173
Hex FD AD AD

RGB Percentages of Color #fdadad

%42.24
%28.88
%28.88

CMYK Percentages of Color #fdadad

%0
%32
%32
%1

Triadic Colors of #fdadad

#fdadad #adfdad #adadfd

Analogous Colors of #fdadad

#fdadad #fdd5ad #fdadd5

Monochromatic Colors of #fdadad

#fdadad

Complementary Color

#fdadad #adfdfd

#fdadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadad Color CSS Codes

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

#fdadad Text Font Color

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

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


#fdadad Background Color

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

This div background color is #fdadad


#fdadad Border Color

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

This div border color is #fdadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadad

Related Colors


Comments

No comments written yet.

Please login to write comment.