Color Hex Logo

#fddab4 Color Hex

#FDDAB4
(253,218,180)
0 Favorites   0 Comments

Color spaces of #fddab4

RGB 253218180
HSL0.090.950.85
HSV31°29°99°
CMYK 0.000.140.29   0.01
XYZ73.817674.320753.6347
Yxy74.32070.36580.3683
Hunter Lab86.20951.975623.4597
CIE-Lab89.07386.692523.2097

#fddab4 color RGB value is (253,218,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 10110100
Octal 375 332 264
Decimal 253 218 180
Hex FD DA B4

RGB Percentages of Color #fddab4

%38.86
%33.49
%27.65

CMYK Percentages of Color #fddab4

%0
%14
%29
%1

Triadic Colors of #fddab4

#fddab4 #b4fdda #dab4fd

Analogous Colors of #fddab4

#fddab4 #fcfdb4 #fdb6b4

Monochromatic Colors of #fddab4

#fddab4

Complementary Color

#fddab4 #b4d7fd

#fddab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddab4 Color CSS Codes

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

#fddab4 Text Font Color

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

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


#fddab4 Background Color

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

This div background color is #fddab4


#fddab4 Border Color

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

This div border color is #fddab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddab4


Comments

No comments written yet.

Please login to write comment.