Color Hex Logo

#ffdfaf Color Hex

#FFDFAF
(255,223,175)
0 Favorites   0 Comments

Color spaces of #ffdfaf

RGB 255223175
HSL0.101.000.84
HSV36°31°100°
CMYK 0.000.130.31   0.00
XYZ75.365577.130551.4729
Yxy77.13050.36950.3781
Hunter Lab87.8240-0.513526.7274
CIE-Lab90.38164.245727.6159

#ffdfaf color RGB value is (255,223,175).

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

The process color (four color CMYK) of #ffdfaf color hex is 0.00, 0.13, 0.31, 0.00. Web safe color of #ffdfaf is #ffcc99. Color #ffdfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 10101111
Octal 377 337 257
Decimal 255 223 175
Hex FF DF AF

RGB Percentages of Color #ffdfaf

%39.05
%34.15
%26.80

CMYK Percentages of Color #ffdfaf

%0
%13
%31
%0

Triadic Colors of #ffdfaf

#ffdfaf #afffdf #dfafff

Analogous Colors of #ffdfaf

#ffdfaf #f7ffaf #ffb7af

Monochromatic Colors of #ffdfaf

#ffdfaf

Complementary Color

#ffdfaf #afcfff

#ffdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfaf Color CSS Codes

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

#ffdfaf Text Font Color

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

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


#ffdfaf Background Color

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

This div background color is #ffdfaf


#ffdfaf Border Color

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

This div border color is #ffdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfaf

#ffdfaf Color Palettes


Comments

No comments written yet.

Please login to write comment.