Color Hex Logo

#fdecbb Color Hex

#FDECBB
(253,236,187)
0 Favorites   0 Comments

Color spaces of #fdecbb

RGB 253236187
HSL0.120.940.86
HSV45°26°99°
CMYK 0.000.070.26   0.01
XYZ79.473184.461459.1277
Yxy84.46140.35630.3786
Hunter Lab91.9029-6.472026.1865
CIE-Lab93.6505-1.585025.8826

#fdecbb color RGB value is (253,236,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 10111011
Octal 375 354 273
Decimal 253 236 187
Hex FD EC BB

RGB Percentages of Color #fdecbb

%37.43
%34.91
%27.66

CMYK Percentages of Color #fdecbb

%0
%7
%26
%1

Triadic Colors of #fdecbb

#fdecbb #bbfdec #ecbbfd

Analogous Colors of #fdecbb

#fdecbb #edfdbb #fdcbbb

Monochromatic Colors of #fdecbb

#fdecbb

Complementary Color

#fdecbb #bbccfd

#fdecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecbb Color CSS Codes

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

#fdecbb Text Font Color

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

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


#fdecbb Background Color

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

This div background color is #fdecbb


#fdecbb Border Color

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

This div border color is #fdecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecbb


Comments

No comments written yet.

Please login to write comment.