Color Hex Logo

#fdedbc Color Hex

#FDEDBC
(253,237,188)
0 Favorites   0 Comments

Color spaces of #fdedbc

RGB 253237188
HSL0.130.940.86
HSV45°26°99°
CMYK 0.000.060.26   0.01
XYZ79.869385.081959.7898
Yxy85.08190.35540.3786
Hunter Lab92.2399-6.858926.1362
CIE-Lab93.9184-1.958125.7377

#fdedbc color RGB value is (253,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 10111100
Octal 375 355 274
Decimal 253 237 188
Hex FD ED BC

RGB Percentages of Color #fdedbc

%37.32
%34.96
%27.73

CMYK Percentages of Color #fdedbc

%0
%6
%26
%1

Triadic Colors of #fdedbc

#fdedbc #bcfded #edbcfd

Analogous Colors of #fdedbc

#fdedbc #edfdbc #fdcdbc

Monochromatic Colors of #fdedbc

#fdedbc

Complementary Color

#fdedbc #bcccfd

#fdedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedbc Color CSS Codes

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

#fdedbc Text Font Color

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

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


#fdedbc Background Color

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

This div background color is #fdedbc


#fdedbc Border Color

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

This div border color is #fdedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedbc


Comments

No comments written yet.

Please login to write comment.