Color Hex Logo

#ffdcae Color Hex

#FFDCAE
(255,220,174)
0 Favorites   0 Comments

Color spaces of #ffdcae

RGB 255220174
HSL0.091.000.84
HSV34°32°100°
CMYK 0.000.140.32   0.00
XYZ74.473275.502450.6927
Yxy75.50240.37110.3763
Hunter Lab86.89210.927026.2348
CIE-Lab89.62785.661327.1074

#ffdcae color RGB value is (255,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10101110
Octal 377 334 256
Decimal 255 220 174
Hex FF DC AE

RGB Percentages of Color #ffdcae

%39.29
%33.90
%26.81

CMYK Percentages of Color #ffdcae

%0
%14
%32
%0

Triadic Colors of #ffdcae

#ffdcae #aeffdc #dcaeff

Analogous Colors of #ffdcae

#ffdcae #faffae #ffb4ae

Monochromatic Colors of #ffdcae

#ffdcae

Complementary Color

#ffdcae #aed1ff

#ffdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcae Color CSS Codes

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

#ffdcae Text Font Color

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

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


#ffdcae Background Color

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

This div background color is #ffdcae


#ffdcae Border Color

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

This div border color is #ffdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcae

Related Colors


Comments

No comments written yet.

Please login to write comment.