Color Hex Logo

#ffdd8f Color Hex

#FFDD8F
(255,221,143)
0 Favorites   0 Comments

Color spaces of #ffdd8f

RGB 255221143
HSL0.121.000.78
HSV42°44°100°
CMYK 0.000.130.44   0.00
XYZ72.054474.956136.6569
Yxy74.95610.39230.4081
Hunter Lab86.5772-2.952435.5006
CIE-Lab89.37241.716742.5441

#ffdd8f color RGB value is (255,221,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10001111
Octal 377 335 217
Decimal 255 221 143
Hex FF DD 8F

RGB Percentages of Color #ffdd8f

%41.20
%35.70
%23.10

CMYK Percentages of Color #ffdd8f

%0
%13
%44
%0

Triadic Colors of #ffdd8f

#ffdd8f #8fffdd #dd8fff

Analogous Colors of #ffdd8f

#ffdd8f #e9ff8f #ffa58f

Monochromatic Colors of #ffdd8f

#ffdd8f

Complementary Color

#ffdd8f #8fb1ff

#ffdd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd8f Color CSS Codes

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

#ffdd8f Text Font Color

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

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


#ffdd8f Background Color

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

This div background color is #ffdd8f


#ffdd8f Border Color

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

This div border color is #ffdd8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd8f


Comments

No comments written yet.

Please login to write comment.