Color Hex Logo

#fdceb1 Color Hex

#FDCEB1
(253,206,177)
0 Favorites   0 Comments

Color spaces of #fdceb1

RGB 253206177
HSL0.060.950.84
HSV23°30°99°
CMYK 0.000.190.30   0.01
XYZ70.515168.199651.0423
Yxy68.19960.37160.3594
Hunter Lab82.58307.895321.1626
CIE-Lab86.106212.525520.6800

#fdceb1 color RGB value is (253,206,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 10110001
Octal 375 316 261
Decimal 253 206 177
Hex FD CE B1

RGB Percentages of Color #fdceb1

%39.78
%32.39
%27.83

CMYK Percentages of Color #fdceb1

%0
%19
%30
%1

Triadic Colors of #fdceb1

#fdceb1 #b1fdce #ceb1fd

Analogous Colors of #fdceb1

#fdceb1 #fdf4b1 #fdb1ba

Monochromatic Colors of #fdceb1

#fdceb1

Complementary Color

#fdceb1 #b1e0fd

#fdceb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdceb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdceb1 Color CSS Codes

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

#fdceb1 Text Font Color

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

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


#fdceb1 Background Color

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

This div background color is #fdceb1


#fdceb1 Border Color

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

This div border color is #fdceb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdceb1

Related Colors


Comments

No comments written yet.

Please login to write comment.