Color Hex Logo

#fcadad Color Hex

#FCADAD
(252,173,173)
0 Favorites   0 Comments

Color spaces of #fcadad

RGB 252173173
HSL0.000.930.83
HSV31°99°
CMYK 0.000.310.31   0.01
XYZ62.631353.599746.5799
Yxy53.59970.38470.3292
Hunter Lab73.211824.582613.5259
CIE-Lab78.227728.944511.7629

#fcadad color RGB value is (252,173,173).

#fcadad hex color red value is 252, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fcadad hue: 0.00 , saturation: 0.93 and the lightness value of fcadad is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 10101101
Octal 374 255 255
Decimal 252 173 173
Hex FC AD AD

RGB Percentages of Color #fcadad

%42.14
%28.93
%28.93

CMYK Percentages of Color #fcadad

%0
%31
%31
%1

Triadic Colors of #fcadad

#fcadad #adfcad #adadfc

Analogous Colors of #fcadad

#fcadad #fcd5ad #fcadd5

Monochromatic Colors of #fcadad

#fcadad

Complementary Color

#fcadad #adfcfc

#fcadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadad Color CSS Codes

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

#fcadad Text Font Color

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

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


#fcadad Background Color

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

This div background color is #fcadad


#fcadad Border Color

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

This div border color is #fcadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadad


Comments

No comments written yet.

Please login to write comment.