Color Hex Logo

#fdcdab Color Hex

#FDCDAB
(253,205,171)
0 Favorites   0 Comments

Color spaces of #fdcdab

RGB 253205171
HSL0.070.950.83
HSV25°32°99°
CMYK 0.000.190.32   0.01
XYZ69.690067.485647.8810
Yxy67.48560.37660.3647
Hunter Lab82.14967.665122.9475
CIE-Lab85.748612.294423.3396

#fdcdab color RGB value is (253,205,171).

#fdcdab hex color red value is 253, green value is 205 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fdcdab hue: 0.07 , saturation: 0.95 and the lightness value of fdcdab is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 10101011
Octal 375 315 253
Decimal 253 205 171
Hex FD CD AB

RGB Percentages of Color #fdcdab

%40.22
%32.59
%27.19

CMYK Percentages of Color #fdcdab

%0
%19
%32
%1

Triadic Colors of #fdcdab

#fdcdab #abfdcd #cdabfd

Analogous Colors of #fdcdab

#fdcdab #fdf6ab #fdabb2

Monochromatic Colors of #fdcdab

#fdcdab

Complementary Color

#fdcdab #abdbfd

#fdcdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdab Color CSS Codes

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

#fdcdab Text Font Color

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

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


#fdcdab Background Color

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

This div background color is #fdcdab


#fdcdab Border Color

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

This div border color is #fdcdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdab

Related Colors


Comments

No comments written yet.

Please login to write comment.