Color Hex Logo

#ffdead Color Hex NavajoWhite1

#FFDEAD
(255,222,173)
30 Favorites   0 Comments

Color spaces of #ffdead NavajoWhite1

RGB 255222173
HSL0.101.000.84
HSV36°32°100°
CMYK 0.000.130.32   0.00
XYZ74.904176.519750.3571
Yxy76.51970.37120.3792
Hunter Lab87.4755-0.235127.1014
CIE-Lab90.10014.512928.2645

#ffdead color RGB value is (255,222,173). #ffdead color name is NavajoWhite1 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 10101101
Octal 377 336 255
Decimal 255 222 173
Hex FF DE AD

RGB Percentages of Color #ffdead

%39.23
%34.15
%26.62

CMYK Percentages of Color #ffdead

%0
%13
%32
%0

Triadic Colors of #ffdead

#ffdead #adffde #deadff

Analogous Colors of #ffdead

#ffdead #f7ffad #ffb5ad

Monochromatic Colors of #ffdead

#ffdead

Complementary Color

#ffdead #adceff

#ffdead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdead Color CSS Codes

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

#ffdead Text Font Color

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

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


#ffdead Background Color

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

This div background color is #ffdead


#ffdead Border Color

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

This div border color is #ffdead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdead

Related Colors


Comments

No comments written yet.

Please login to write comment.