Color Hex Logo

#ffdf8d Color Hex

#FFDF8D
(255,223,141)
0 Favorites   0 Comments

Color spaces of #ffdf8d

RGB 255223141
HSL0.121.000.78
HSV43°45°100°
CMYK 0.000.130.45   0.00
XYZ72.435475.958436.0430
Yxy75.95840.39270.4118
Hunter Lab87.1541-4.165036.4882
CIE-Lab89.84000.503344.1314

#ffdf8d color RGB value is (255,223,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 10001101
Octal 377 337 215
Decimal 255 223 141
Hex FF DF 8D

RGB Percentages of Color #ffdf8d

%41.20
%36.03
%22.78

CMYK Percentages of Color #ffdf8d

%0
%13
%45
%0

Triadic Colors of #ffdf8d

#ffdf8d #8dffdf #df8dff

Analogous Colors of #ffdf8d

#ffdf8d #e6ff8d #ffa68d

Monochromatic Colors of #ffdf8d

#ffdf8d

Complementary Color

#ffdf8d #8dadff

#ffdf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdf8d Color CSS Codes

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

#ffdf8d Text Font Color

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

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


#ffdf8d Background Color

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

This div background color is #ffdf8d


#ffdf8d Border Color

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

This div border color is #ffdf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdf8d


Comments

No comments written yet.

Please login to write comment.