Color Hex Logo

#ffddbd Color Hex

#FFDDBD
(255,221,189)
0 Favorites   0 Comments

Color spaces of #ffddbd

RGB 255221189
HSL0.081.000.87
HSV29°26°100°
CMYK 0.000.130.26   0.00
XYZ76.281876.647058.9180
Yxy76.64700.36010.3618
Hunter Lab87.54832.319621.3830
CIE-Lab90.15897.073820.0557

#ffddbd color RGB value is (255,221,189).

#ffddbd hex color red value is 255, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ffddbd hue: 0.08 , saturation: 1.00 and the lightness value of ffddbd is 0.87.

The process color (four color CMYK) of #ffddbd color hex is 0.00, 0.13, 0.26, 0.00. Web safe color of #ffddbd is #ffcccc. Color #ffddbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10111101
Octal 377 335 275
Decimal 255 221 189
Hex FF DD BD

RGB Percentages of Color #ffddbd

%38.35
%33.23
%28.42

CMYK Percentages of Color #ffddbd

%0
%13
%26
%0

Triadic Colors of #ffddbd

#ffddbd #bdffdd #ddbdff

Analogous Colors of #ffddbd

#ffddbd #fffebd #ffbdbe

Monochromatic Colors of #ffddbd

#ffddbd

Complementary Color

#ffddbd #bddfff

#ffddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddbd Color CSS Codes

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

#ffddbd Text Font Color

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

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


#ffddbd Background Color

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

This div background color is #ffddbd


#ffddbd Border Color

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

This div border color is #ffddbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,221,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffddbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffddbd;
  -webkit-box-shadow: 1px 1px 3px 2px #ffddbd;
  box-shadow:         1px 1px 3px 2px #ffddbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,221,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddbd

Related Colors

#ffddbd Color Palettes


Comments

No comments written yet.

Please login to write comment.