Color Hex Logo

#fdceab Color Hex

#FDCEAB
(253,206,171)
0 Favorites   0 Comments

Color spaces of #fdceab

RGB 253206171
HSL0.070.950.83
HSV26°32°99°
CMYK 0.000.190.32   0.01
XYZ69.930067.965547.9610
Yxy67.96550.37630.3657
Hunter Lab82.44127.138923.2163
CIE-Lab85.989211.774223.6698

#fdceab color RGB value is (253,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 10101011
Octal 375 316 253
Decimal 253 206 171
Hex FD CE AB

RGB Percentages of Color #fdceab

%40.16
%32.70
%27.14

CMYK Percentages of Color #fdceab

%0
%19
%32
%1

Triadic Colors of #fdceab

#fdceab #abfdce #ceabfd

Analogous Colors of #fdceab

#fdceab #fdf7ab #fdabb1

Monochromatic Colors of #fdceab

#fdceab

Complementary Color

#fdceab #abdafd

#fdceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdceab Color CSS Codes

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

#fdceab Text Font Color

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

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


#fdceab Background Color

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

This div background color is #fdceab


#fdceab Border Color

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

This div border color is #fdceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdceab


Comments

No comments written yet.

Please login to write comment.