Color Hex Logo

#fddacb Color Hex

#FDDACB
(253,218,203)
0 Favorites   0 Comments

Color spaces of #fddacb

RGB 253218203
HSL0.050.930.89
HSV18°20°99°
CMYK 0.000.140.20   0.01
XYZ76.358975.337367.0169
Yxy75.33730.34910.3445
Hunter Lab86.79715.138814.9795
CIE-Lab89.55089.851611.8578

#fddacb color RGB value is (253,218,203).

#fddacb hex color red value is 253, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fddacb hue: 0.05 , saturation: 0.93 and the lightness value of fddacb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11001011
Octal 375 332 313
Decimal 253 218 203
Hex FD DA CB

RGB Percentages of Color #fddacb

%37.54
%32.34
%30.12

CMYK Percentages of Color #fddacb

%0
%14
%20
%1

Triadic Colors of #fddacb

#fddacb #cbfdda #dacbfd

Analogous Colors of #fddacb

#fddacb #fdf3cb #fdcbd5

Monochromatic Colors of #fddacb

#fddacb

Complementary Color

#fddacb #cbeefd

#fddacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddacb Color CSS Codes

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

#fddacb Text Font Color

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

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


#fddacb Background Color

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

This div background color is #fddacb


#fddacb Border Color

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

This div border color is #fddacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddacb


Comments

No comments written yet.

Please login to write comment.