Color Hex Logo

#fdecb8 Color Hex

#FDECB8
(253,236,184)
0 Favorites   0 Comments

Color spaces of #fdecb8

RGB 253236184
HSL0.130.950.86
HSV45°27°99°
CMYK 0.000.070.27   0.01
XYZ79.155284.334257.4536
Yxy84.33420.35830.3817
Hunter Lab91.8337-6.852427.1901
CIE-Lab93.5955-1.976527.3424

#fdecb8 color RGB value is (253,236,184).

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

The process color (four color CMYK) of #fdecb8 color hex is 0.00, 0.07, 0.27, 0.01. Web safe color of #fdecb8 is #ffffcc. Color #fdecb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 10111000
Octal 375 354 270
Decimal 253 236 184
Hex FD EC B8

RGB Percentages of Color #fdecb8

%37.59
%35.07
%27.34

CMYK Percentages of Color #fdecb8

%0
%7
%27
%1

Triadic Colors of #fdecb8

#fdecb8 #b8fdec #ecb8fd

Analogous Colors of #fdecb8

#fdecb8 #ecfdb8 #fdcab8

Monochromatic Colors of #fdecb8

#fdecb8

Complementary Color

#fdecb8 #b8c9fd

#fdecb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecb8 Color CSS Codes

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

#fdecb8 Text Font Color

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

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


#fdecb8 Background Color

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

This div background color is #fdecb8


#fdecb8 Border Color

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

This div border color is #fdecb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecb8

Related Colors

#fdecb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.