Color Hex Logo

#fdfbda Color Hex

#FDFBDA
(253,251,218)
0 Favorites   0 Comments

Color spaces of #fdfbda

RGB 253251218
HSL0.160.900.92
HSV57°14°99°
CMYK 0.000.010.14   0.01
XYZ87.660194.939080.0345
Yxy94.93900.33380.3615
Hunter Lab97.4366-9.924419.5048
CIE-Lab98.0091-4.722516.0708

#fdfbda color RGB value is (253,251,218).

#fdfbda hex color red value is 253, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fdfbda hue: 0.16 , saturation: 0.90 and the lightness value of fdfbda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11011010
Octal 375 373 332
Decimal 253 251 218
Hex FD FB DA

RGB Percentages of Color #fdfbda

%35.04
%34.76
%30.19

CMYK Percentages of Color #fdfbda

%0
%1
%14
%1

Triadic Colors of #fdfbda

#fdfbda #dafdfb #fbdafd

Analogous Colors of #fdfbda

#fdfbda #eefdda #fdeada

Monochromatic Colors of #fdfbda

#fdfbda

Complementary Color

#fdfbda #dadcfd

#fdfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbda Color CSS Codes

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

#fdfbda Text Font Color

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

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


#fdfbda Background Color

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

This div background color is #fdfbda


#fdfbda Border Color

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

This div border color is #fdfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbda

Related Colors


Comments

No comments written yet.

Please login to write comment.