Color Hex Logo

#fdebb7 Color Hex

#FDEBB7
(253,235,183)
0 Favorites   0 Comments

Color spaces of #fdebb7

RGB 253235183
HSL0.120.950.85
HSV45°28°99°
CMYK 0.000.070.28   0.01
XYZ78.763683.718256.8077
Yxy83.71820.35920.3818
Hunter Lab91.4977-6.463427.2373
CIE-Lab93.3280-1.600627.4891

#fdebb7 color RGB value is (253,235,183).

#fdebb7 hex color red value is 253, green value is 235 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fdebb7 hue: 0.12 , saturation: 0.95 and the lightness value of fdebb7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 10110111
Octal 375 353 267
Decimal 253 235 183
Hex FD EB B7

RGB Percentages of Color #fdebb7

%37.70
%35.02
%27.27

CMYK Percentages of Color #fdebb7

%0
%7
%28
%1

Triadic Colors of #fdebb7

#fdebb7 #b7fdeb #ebb7fd

Analogous Colors of #fdebb7

#fdebb7 #ecfdb7 #fdc8b7

Monochromatic Colors of #fdebb7

#fdebb7

Complementary Color

#fdebb7 #b7c9fd

#fdebb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdebb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdebb7 Color CSS Codes

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

#fdebb7 Text Font Color

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

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


#fdebb7 Background Color

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

This div background color is #fdebb7


#fdebb7 Border Color

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

This div border color is #fdebb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdebb7

Related Colors

#fdebb7 Color Palettes


Comments

No comments written yet.

Please login to write comment.