Color Hex Logo

#fedcaf Color Hex

#FEDCAF
(254,220,175)
0 Favorites   0 Comments

Color spaces of #fedcaf

RGB 254220175
HSL0.090.980.84
HSV34°31°100°
CMYK 0.000.130.31   0.00
XYZ74.204175.352451.1909
Yxy75.35240.36960.3754
Hunter Lab86.80580.676925.7997
CIE-Lab89.55785.407226.4805

#fedcaf color RGB value is (254,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 10101111
Octal 376 334 257
Decimal 254 220 175
Hex FE DC AF

RGB Percentages of Color #fedcaf

%39.14
%33.90
%26.96

CMYK Percentages of Color #fedcaf

%0
%13
%31
%0

Triadic Colors of #fedcaf

#fedcaf #affedc #dcaffe

Analogous Colors of #fedcaf

#fedcaf #f9feaf #feb5af

Monochromatic Colors of #fedcaf

#fedcaf

Complementary Color

#fedcaf #afd1fe

#fedcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcaf Color CSS Codes

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

#fedcaf Text Font Color

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

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


#fedcaf Background Color

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

This div background color is #fedcaf


#fedcaf Border Color

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

This div border color is #fedcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcaf

Related Colors


Comments

No comments written yet.

Please login to write comment.