Color Hex Logo

#fdedb9 Color Hex

#FDEDB9
(253,237,185)
0 Favorites   0 Comments

Color spaces of #fdedb9

RGB 253237185
HSL0.130.940.86
HSV46°27°99°
CMYK 0.000.060.27   0.01
XYZ79.549284.953858.1040
Yxy84.95380.35740.3816
Hunter Lab92.1704-7.240827.1430
CIE-Lab93.8632-2.351327.1965

#fdedb9 color RGB value is (253,237,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 10111001
Octal 375 355 271
Decimal 253 237 185
Hex FD ED B9

RGB Percentages of Color #fdedb9

%37.48
%35.11
%27.41

CMYK Percentages of Color #fdedb9

%0
%6
%27
%1

Triadic Colors of #fdedb9

#fdedb9 #b9fded #edb9fd

Analogous Colors of #fdedb9

#fdedb9 #ebfdb9 #fdcbb9

Monochromatic Colors of #fdedb9

#fdedb9

Complementary Color

#fdedb9 #b9c9fd

#fdedb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedb9 Color CSS Codes

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

#fdedb9 Text Font Color

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

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


#fdedb9 Background Color

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

This div background color is #fdedb9


#fdedb9 Border Color

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

This div border color is #fdedb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedb9


Comments

No comments written yet.

Please login to write comment.