Color Hex Logo

#ffdcc9 Color Hex

#FFDCC9
(255,220,201)
0 Favorites   0 Comments

Color spaces of #ffdcc9

RGB 255220201
HSL0.061.000.89
HSV21°21°100°
CMYK 0.000.140.21   0.00
XYZ77.375876.663465.9777
Yxy76.66340.35170.3484
Hunter Lab87.55764.516916.6133
CIE-Lab90.16659.251913.8033

#ffdcc9 color RGB value is (255,220,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11001001
Octal 377 334 311
Decimal 255 220 201
Hex FF DC C9

RGB Percentages of Color #ffdcc9

%37.72
%32.54
%29.73

CMYK Percentages of Color #ffdcc9

%0
%14
%21
%0

Triadic Colors of #ffdcc9

#ffdcc9 #c9ffdc #dcc9ff

Analogous Colors of #ffdcc9

#ffdcc9 #fff7c9 #ffc9d1

Monochromatic Colors of #ffdcc9

#ffdcc9

Complementary Color

#ffdcc9 #c9ecff

#ffdcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcc9 Color CSS Codes

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

#ffdcc9 Text Font Color

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

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


#ffdcc9 Background Color

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

This div background color is #ffdcc9


#ffdcc9 Border Color

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

This div border color is #ffdcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcc9


Comments

No comments written yet.

Please login to write comment.