Color Hex Logo

#fddbaf Color Hex

#FDDBAF
(253,219,175)
0 Favorites   0 Comments

Color spaces of #fddbaf

RGB 253219175
HSL0.090.950.84
HSV34°31°99°
CMYK 0.000.130.31   0.01
XYZ73.577474.640851.0866
Yxy74.64080.36920.3745
Hunter Lab86.39490.826725.4174
CIE-Lab89.22455.544226.0115

#fddbaf color RGB value is (253,219,175).

#fddbaf hex color red value is 253, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fddbaf hue: 0.09 , saturation: 0.95 and the lightness value of fddbaf is 0.84.

The process color (four color CMYK) of #fddbaf color hex is 0.00, 0.13, 0.31, 0.01. Web safe color of #fddbaf is #ffcc99. Color #fddbaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 10101111
Octal 375 333 257
Decimal 253 219 175
Hex FD DB AF

RGB Percentages of Color #fddbaf

%39.10
%33.85
%27.05

CMYK Percentages of Color #fddbaf

%0
%13
%31
%1

Triadic Colors of #fddbaf

#fddbaf #affddb #dbaffd

Analogous Colors of #fddbaf

#fddbaf #f8fdaf #fdb4af

Monochromatic Colors of #fddbaf

#fddbaf

Complementary Color

#fddbaf #afd1fd

#fddbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbaf Color CSS Codes

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

#fddbaf Text Font Color

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

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


#fddbaf Background Color

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

This div background color is #fddbaf


#fddbaf Border Color

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

This div border color is #fddbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbaf

Related Colors


Comments

No comments written yet.

Please login to write comment.