Color Hex Logo

#ffdca8 Color Hex

#FFDCA8
(255,220,168)
0 Favorites   0 Comments

Color spaces of #ffdca8

RGB 255220168
HSL0.101.000.83
HSV36°34°100°
CMYK 0.000.140.34   0.00
XYZ73.901175.273647.6800
Yxy75.27360.37540.3824
Hunter Lab86.76040.212828.1489
CIE-Lab89.52104.938330.0569

#ffdca8 color RGB value is (255,220,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10101000
Octal 377 334 250
Decimal 255 220 168
Hex FF DC A8

RGB Percentages of Color #ffdca8

%39.66
%34.21
%26.13

CMYK Percentages of Color #ffdca8

%0
%14
%34
%0

Triadic Colors of #ffdca8

#ffdca8 #a8ffdc #dca8ff

Analogous Colors of #ffdca8

#ffdca8 #f7ffa8 #ffb1a8

Monochromatic Colors of #ffdca8

#ffdca8

Complementary Color

#ffdca8 #a8cbff

#ffdca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdca8 Color CSS Codes

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

#ffdca8 Text Font Color

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

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


#ffdca8 Background Color

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

This div background color is #ffdca8


#ffdca8 Border Color

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

This div border color is #ffdca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdca8

Related Colors


Comments

No comments written yet.

Please login to write comment.