Color Hex Logo

#ffdcab Color Hex

#FFDCAB
(255,220,171)
0 Favorites   0 Comments

Color spaces of #ffdcab

RGB 255220171
HSL0.101.000.84
HSV35°33°100°
CMYK 0.000.140.33   0.00
XYZ74.183975.386749.1692
Yxy75.38670.37330.3793
Hunter Lab86.82550.566127.2020
CIE-Lab89.57385.296428.5830

#ffdcab color RGB value is (255,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10101011
Octal 377 334 253
Decimal 255 220 171
Hex FF DC AB

RGB Percentages of Color #ffdcab

%39.47
%34.06
%26.47

CMYK Percentages of Color #ffdcab

%0
%14
%33
%0

Triadic Colors of #ffdcab

#ffdcab #abffdc #dcabff

Analogous Colors of #ffdcab

#ffdcab #f8ffab #ffb2ab

Monochromatic Colors of #ffdcab

#ffdcab

Complementary Color

#ffdcab #abceff

#ffdcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcab Color CSS Codes

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

#ffdcab Text Font Color

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

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


#ffdcab Background Color

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

This div background color is #ffdcab


#ffdcab Border Color

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

This div border color is #ffdcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcab

Related Colors


Comments

No comments written yet.

Please login to write comment.