Color Hex Logo

#fdebd4 Color Hex

#FDEBD4
(253,235,212)
0 Favorites   0 Comments

Color spaces of #fdebd4

RGB 253235212
HSL0.090.910.91
HSV34°16°99°
CMYK 0.000.070.16   0.01
XYZ82.100085.052874.3770
Yxy85.05280.33990.3521
Hunter Lab92.2241-2.487316.7406
CIE-Lab93.90592.448313.3536

#fdebd4 color RGB value is (253,235,212).

#fdebd4 hex color red value is 253, green value is 235 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fdebd4 hue: 0.09 , saturation: 0.91 and the lightness value of fdebd4 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 11010100
Octal 375 353 324
Decimal 253 235 212
Hex FD EB D4

RGB Percentages of Color #fdebd4

%36.14
%33.57
%30.29

CMYK Percentages of Color #fdebd4

%0
%7
%16
%1

Triadic Colors of #fdebd4

#fdebd4 #d4fdeb #ebd4fd

Analogous Colors of #fdebd4

#fdebd4 #fbfdd4 #fdd7d4

Monochromatic Colors of #fdebd4

#fdebd4

Complementary Color

#fdebd4 #d4e6fd

#fdebd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebd4 Color CSS Codes

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

#fdebd4 Text Font Color

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

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


#fdebd4 Background Color

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

This div background color is #fdebd4


#fdebd4 Border Color

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

This div border color is #fdebd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebd4


Comments

No comments written yet.

Please login to write comment.