Color Hex Logo

#ffddaa Color Hex

#FFDDAA
(255,221,170)
2 Favorites   1 Comments

Color spaces of #ffddaa

RGB 255221170
HSL0.101.000.83
HSV36°33°100°
CMYK 0.000.130.33   0.00
XYZ74.352275.875248.7568
Yxy75.87520.37370.3813
Hunter Lab87.1064-0.072227.7876
CIE-Lab89.80144.663429.4055

#ffddaa color RGB value is (255,221,170). This hex color code is also a web safe color which is equal to #FDA.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10101010
Octal 377 335 252
Decimal 255 221 170
Hex FF DD AA

RGB Percentages of Color #ffddaa

%39.47
%34.21
%26.32

CMYK Percentages of Color #ffddaa

%0
%13
%33
%0

Triadic Colors of #ffddaa

#ffddaa #aaffdd #ddaaff

Analogous Colors of #ffddaa

#ffddaa #f7ffaa #ffb3aa

Monochromatic Colors of #ffddaa

#ffddaa

Complementary Color

#ffddaa #aaccff

#ffddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddaa Color CSS Codes

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

#ffddaa Text Font Color

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

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


#ffddaa Background Color

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

This div background color is #ffddaa


#ffddaa Border Color

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

This div border color is #ffddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddaa


Comments

17 Apr 2024, 18:09 riceckrispy

smooth feeling when I see this

Please login to write comment.