Color Hex Logo

#fdceb8 Color Hex

#FDCEB8
(253,206,184)
0 Favorites   0 Comments

Color spaces of #fdceb8

RGB 253206184
HSL0.050.950.86
HSV19°27°99°
CMYK 0.000.190.27   0.01
XYZ71.231068.486054.8122
Yxy68.48600.36620.3521
Hunter Lab82.75638.817318.6597
CIE-Lab86.248913.436917.1916

#fdceb8 color RGB value is (253,206,184).

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

The process color (four color CMYK) of #fdceb8 color hex is 0.00, 0.19, 0.27, 0.01. Web safe color of #fdceb8 is #ffcccc. Color #fdceb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 10111000
Octal 375 316 270
Decimal 253 206 184
Hex FD CE B8

RGB Percentages of Color #fdceb8

%39.35
%32.04
%28.62

CMYK Percentages of Color #fdceb8

%0
%19
%27
%1

Triadic Colors of #fdceb8

#fdceb8 #b8fdce #ceb8fd

Analogous Colors of #fdceb8

#fdceb8 #fdf1b8 #fdb8c5

Monochromatic Colors of #fdceb8

#fdceb8

Complementary Color

#fdceb8 #b8e7fd

#fdceb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdceb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdceb8 Color CSS Codes

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

#fdceb8 Text Font Color

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

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


#fdceb8 Background Color

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

This div background color is #fdceb8


#fdceb8 Border Color

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

This div border color is #fdceb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdceb8

Related Colors


Comments

No comments written yet.

Please login to write comment.