Color Hex Logo

#ffdcbe Color Hex

#FFDCBE
(255,220,190)
0 Favorites   0 Comments

Color spaces of #ffdcbe

RGB 255220190
HSL0.081.000.87
HSV28°25°100°
CMYK 0.000.140.25   0.00
XYZ76.127576.164159.4040
Yxy76.16410.35960.3598
Hunter Lab87.27202.979720.7331
CIE-Lab89.93557.723319.2236

#ffdcbe color RGB value is (255,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10111110
Octal 377 334 276
Decimal 255 220 190
Hex FF DC BE

RGB Percentages of Color #ffdcbe

%38.35
%33.08
%28.57

CMYK Percentages of Color #ffdcbe

%0
%14
%25
%0

Triadic Colors of #ffdcbe

#ffdcbe #beffdc #dcbeff

Analogous Colors of #ffdcbe

#ffdcbe #fffdbe #ffbec1

Monochromatic Colors of #ffdcbe

#ffdcbe

Complementary Color

#ffdcbe #bee1ff

#ffdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcbe Color CSS Codes

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

#ffdcbe Text Font Color

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

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


#ffdcbe Background Color

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

This div background color is #ffdcbe


#ffdcbe Border Color

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

This div border color is #ffdcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,220,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 #ffdcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcbe

Related Colors

#ffdcbe Color Palettes


Comments

No comments written yet.

Please login to write comment.