Color Hex Logo

#fddac3 Color Hex

#FDDAC3
(253,218,195)
0 Favorites   0 Comments

Color spaces of #fddac3

RGB 253218195
HSL0.070.940.88
HSV24°23°99°
CMYK 0.000.140.23   0.01
XYZ75.429774.965662.1240
Yxy74.96560.35490.3527
Hunter Lab86.58273.987218.0667
CIE-Lab89.37698.707915.8034

#fddac3 color RGB value is (253,218,195).

#fddac3 hex color red value is 253, green value is 218 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fddac3 hue: 0.07 , saturation: 0.94 and the lightness value of fddac3 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11000011
Octal 375 332 303
Decimal 253 218 195
Hex FD DA C3

RGB Percentages of Color #fddac3

%37.99
%32.73
%29.28

CMYK Percentages of Color #fddac3

%0
%14
%23
%1

Triadic Colors of #fddac3

#fddac3 #c3fdda #dac3fd

Analogous Colors of #fddac3

#fddac3 #fdf7c3 #fdc3c9

Monochromatic Colors of #fddac3

#fddac3

Complementary Color

#fddac3 #c3e6fd

#fddac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddac3 Color CSS Codes

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

#fddac3 Text Font Color

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

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


#fddac3 Background Color

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

This div background color is #fddac3


#fddac3 Border Color

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

This div border color is #fddac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddac3

Related Colors

#fddac3 Color Palettes


Comments

No comments written yet.

Please login to write comment.