Color Hex Logo

#fdedbf Color Hex

#FDEDBF
(253,237,191)
0 Favorites   0 Comments

Color spaces of #fdedbf

RGB 253237191
HSL0.120.940.87
HSV45°25°99°
CMYK 0.000.060.25   0.01
XYZ80.196285.212661.5111
Yxy85.21260.35340.3755
Hunter Lab92.3107-6.469325.1097
CIE-Lab93.9747-1.557724.2779

#fdedbf color RGB value is (253,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 10111111
Octal 375 355 277
Decimal 253 237 191
Hex FD ED BF

RGB Percentages of Color #fdedbf

%37.15
%34.80
%28.05

CMYK Percentages of Color #fdedbf

%0
%6
%25
%1

Triadic Colors of #fdedbf

#fdedbf #bffded #edbffd

Analogous Colors of #fdedbf

#fdedbf #eefdbf #fdcebf

Monochromatic Colors of #fdedbf

#fdedbf

Complementary Color

#fdedbf #bfcffd

#fdedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedbf Color CSS Codes

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

#fdedbf Text Font Color

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

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


#fdedbf Background Color

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

This div background color is #fdedbf


#fdedbf Border Color

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

This div border color is #fdedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedbf


Comments

No comments written yet.

Please login to write comment.