Color Hex Logo

#fdfbec Color Hex

#FDFBEC
(253,251,236)
0 Favorites   0 Comments

Color spaces of #fdfbec

RGB 253251236
HSL0.150.810.96
HSV53°99°
CMYK 0.000.010.07   0.01
XYZ90.145595.933193.1226
Yxy95.93310.32290.3436
Hunter Lab97.9454-7.119512.1913
CIE-Lab98.4057-1.87487.4079

#fdfbec color RGB value is (253,251,236).

#fdfbec hex color red value is 253, green value is 251 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fdfbec hue: 0.15 , saturation: 0.81 and the lightness value of fdfbec is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11101100
Octal 375 373 354
Decimal 253 251 236
Hex FD FB EC

RGB Percentages of Color #fdfbec

%34.19
%33.92
%31.89

CMYK Percentages of Color #fdfbec

%0
%1
%7
%1

Triadic Colors of #fdfbec

#fdfbec #ecfdfb #fbecfd

Analogous Colors of #fdfbec

#fdfbec #f7fdec #fdf3ec

Monochromatic Colors of #fdfbec

#fdfbec

Complementary Color

#fdfbec #eceefd

#fdfbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbec Color CSS Codes

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

#fdfbec Text Font Color

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

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


#fdfbec Background Color

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

This div background color is #fdfbec


#fdfbec Border Color

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

This div border color is #fdfbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbec

Related Colors


Comments

No comments written yet.

Please login to write comment.