Color Hex Logo

#fddfba Color Hex

#FDDFBA
(253,223,186)
0 Favorites   0 Comments

Color spaces of #fddfba

RGB 253223186
HSL0.090.940.86
HSV33°26°99°
CMYK 0.000.120.26   0.01
XYZ75.758677.203257.3632
Yxy77.20320.36020.3671
Hunter Lab87.86540.140622.7981
CIE-Lab90.41514.904921.9438

#fddfba color RGB value is (253,223,186).

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

The process color (four color CMYK) of #fddfba color hex is 0.00, 0.12, 0.26, 0.01. Web safe color of #fddfba is #ffcccc. Color #fddfba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 10111010
Octal 375 337 272
Decimal 253 223 186
Hex FD DF BA

RGB Percentages of Color #fddfba

%38.22
%33.69
%28.10

CMYK Percentages of Color #fddfba

%0
%12
%26
%1

Triadic Colors of #fddfba

#fddfba #bafddf #dfbafd

Analogous Colors of #fddfba

#fddfba #fafdba #fdbeba

Monochromatic Colors of #fddfba

#fddfba

Complementary Color

#fddfba #bad8fd

#fddfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddfba Color CSS Codes

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

#fddfba Text Font Color

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

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


#fddfba Background Color

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

This div background color is #fddfba


#fddfba Border Color

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

This div border color is #fddfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddfba


Comments

No comments written yet.

Please login to write comment.