Color Hex Logo

#fddab2 Color Hex

#FDDAB2
(253,218,178)
0 Favorites   0 Comments

Color spaces of #fddab2

RGB 253218178
HSL0.090.950.85
HSV32°30°99°
CMYK 0.000.140.30   0.01
XYZ73.615374.239852.5693
Yxy74.23980.36730.3704
Hunter Lab86.16251.721924.1399
CIE-Lab89.03576.436724.1968

#fddab2 color RGB value is (253,218,178).

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

The process color (four color CMYK) of #fddab2 color hex is 0.00, 0.14, 0.30, 0.01. Web safe color of #fddab2 is #ffcc99. Color #fddab2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 10110010
Octal 375 332 262
Decimal 253 218 178
Hex FD DA B2

RGB Percentages of Color #fddab2

%38.98
%33.59
%27.43

CMYK Percentages of Color #fddab2

%0
%14
%30
%1

Triadic Colors of #fddab2

#fddab2 #b2fdda #dab2fd

Analogous Colors of #fddab2

#fddab2 #fbfdb2 #fdb5b2

Monochromatic Colors of #fddab2

#fddab2

Complementary Color

#fddab2 #b2d5fd

#fddab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddab2 Color CSS Codes

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

#fddab2 Text Font Color

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

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


#fddab2 Background Color

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

This div background color is #fddab2


#fddab2 Border Color

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

This div border color is #fddab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddab2

#fddab2 Color Palettes


Comments

No comments written yet.

Please login to write comment.