Color Hex Logo

#ffddbb Color Hex

#FFDDBB
(255,221,187)
1 Favorites   0 Comments

Color spaces of #ffddbb

RGB 255221187
HSL0.081.000.87
HSV30°27°100°
CMYK 0.000.130.27   0.00
XYZ76.066176.560857.7823
Yxy76.56080.36150.3639
Hunter Lab87.49902.053322.0956
CIE-Lab90.11916.807021.0410

#ffddbb color RGB value is (255,221,187). This hex color code is also a web safe color which is equal to #FDB.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10111011
Octal 377 335 273
Decimal 255 221 187
Hex FF DD BB

RGB Percentages of Color #ffddbb

%38.46
%33.33
%28.21

CMYK Percentages of Color #ffddbb

%0
%13
%27
%0

Triadic Colors of #ffddbb

#ffddbb #bbffdd #ddbbff

Analogous Colors of #ffddbb

#ffddbb #ffffbb #ffbbbb

Monochromatic Colors of #ffddbb

#ffddbb

Complementary Color

#ffddbb #bbddff

#ffddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddbb Color CSS Codes

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

#ffddbb Text Font Color

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

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


#ffddbb Background Color

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

This div background color is #ffddbb


#ffddbb Border Color

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

This div border color is #ffddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddbb

Related Colors

#ffddbb Color Palettes


Comments

No comments written yet.

Please login to write comment.