Color Hex Logo

#ffdd5e Color Hex

#FFDD5E
(255,221,94)
0 Favorites   0 Comments

Color spaces of #ffdd5e

RGB 25522194
HSL0.131.000.68
HSV47°63°100°
CMYK 0.000.130.63   0.00
XYZ69.116873.781121.1880
Yxy73.78110.42120.4496
Hunter Lab85.8959-6.686545.5020
CIE-Lab88.8189-2.179464.8250

#ffdd5e color RGB value is (255,221,94).

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

The process color (four color CMYK) of #ffdd5e color hex is 0.00, 0.13, 0.63, 0.00. Web safe color of #ffdd5e is #ffcc66. Color #ffdd5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 01011110
Octal 377 335 136
Decimal 255 221 94
Hex FF DD 5E

RGB Percentages of Color #ffdd5e

%44.74
%38.77
%16.49

CMYK Percentages of Color #ffdd5e

%0
%13
%63
%0

Triadic Colors of #ffdd5e

#ffdd5e #5effdd #dd5eff

Analogous Colors of #ffdd5e

#ffdd5e #d1ff5e #ff8d5e

Monochromatic Colors of #ffdd5e

#ffdd5e

Complementary Color

#ffdd5e #5e80ff

#ffdd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd5e Color CSS Codes

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

#ffdd5e Text Font Color

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

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


#ffdd5e Background Color

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

This div background color is #ffdd5e


#ffdd5e Border Color

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

This div border color is #ffdd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd5e

#ffdd5e Color Palettes


Comments

No comments written yet.

Please login to write comment.