Color Hex Logo

#fedfaf Color Hex

#FEDFAF
(254,223,175)
0 Favorites   0 Comments

Color spaces of #fedfaf

RGB 254223175
HSL0.100.980.84
HSV36°31°100°
CMYK 0.000.120.31   0.00
XYZ74.998676.941351.4558
Yxy76.94130.36870.3783
Hunter Lab87.7162-0.883326.6208
CIE-Lab90.29463.868727.4831

#fedfaf color RGB value is (254,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10101111
Octal 376 337 257
Decimal 254 223 175
Hex FE DF AF

RGB Percentages of Color #fedfaf

%38.96
%34.20
%26.84

CMYK Percentages of Color #fedfaf

%0
%12
%31
%0

Triadic Colors of #fedfaf

#fedfaf #affedf #dfaffe

Analogous Colors of #fedfaf

#fedfaf #f6feaf #feb8af

Monochromatic Colors of #fedfaf

#fedfaf

Complementary Color

#fedfaf #afcefe

#fedfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfaf Color CSS Codes

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

#fedfaf Text Font Color

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

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


#fedfaf Background Color

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

This div background color is #fedfaf


#fedfaf Border Color

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

This div border color is #fedfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,223,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 #fedfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfaf


Comments

No comments written yet.

Please login to write comment.