Color Hex Logo

#feddaf Color Hex

#FEDDAF
(254,221,175)
0 Favorites   0 Comments

Color spaces of #feddaf

RGB 254221175
HSL0.100.980.84
HSV35°31°100°
CMYK 0.000.130.31   0.00
XYZ74.467475.878951.2787
Yxy75.87890.36930.3763
Hunter Lab87.10850.156426.0733
CIE-Lab89.80314.893826.8146

#feddaf color RGB value is (254,221,175).

#feddaf hex color red value is 254, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #feddaf hue: 0.10 , saturation: 0.98 and the lightness value of feddaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10101111
Octal 376 335 257
Decimal 254 221 175
Hex FE DD AF

RGB Percentages of Color #feddaf

%39.08
%34.00
%26.92

CMYK Percentages of Color #feddaf

%0
%13
%31
%0

Triadic Colors of #feddaf

#feddaf #affedd #ddaffe

Analogous Colors of #feddaf

#feddaf #f8feaf #feb6af

Monochromatic Colors of #feddaf

#feddaf

Complementary Color

#feddaf #afd0fe

#feddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddaf Color CSS Codes

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

#feddaf Text Font Color

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

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


#feddaf Background Color

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

This div background color is #feddaf


#feddaf Border Color

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

This div border color is #feddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddaf

Related Colors


Comments

No comments written yet.

Please login to write comment.