Color Hex Logo

#ffddbe Color Hex

#FFDDBE
(255,221,190)
0 Favorites   0 Comments

Color spaces of #ffddbe

RGB 255221190
HSL0.081.000.87
HSV29°25°100°
CMYK 0.000.130.25   0.00
XYZ76.390776.690659.4917
Yxy76.69060.35940.3608
Hunter Lab87.57322.453821.0233
CIE-Lab90.17907.208119.5631

#ffddbe color RGB value is (255,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10111110
Octal 377 335 276
Decimal 255 221 190
Hex FF DD BE

RGB Percentages of Color #ffddbe

%38.29
%33.18
%28.53

CMYK Percentages of Color #ffddbe

%0
%13
%25
%0

Triadic Colors of #ffddbe

#ffddbe #beffdd #ddbeff

Analogous Colors of #ffddbe

#ffddbe #fffebe #ffbec0

Monochromatic Colors of #ffddbe

#ffddbe

Complementary Color

#ffddbe #bee0ff

#ffddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddbe Color CSS Codes

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

#ffddbe Text Font Color

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

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


#ffddbe Background Color

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

This div background color is #ffddbe


#ffddbe Border Color

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

This div border color is #ffddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddbe

#ffddbe Color Palettes


Comments

No comments written yet.

Please login to write comment.