Color Hex Logo

#feedaf Color Hex

#FEEDAF
(254,237,175)
0 Favorites   0 Comments

Color spaces of #feedaf

RGB 254237175
HSL0.130.980.84
HSV47°31°100°
CMYK 0.000.070.31   0.00
XYZ78.895184.734352.7546
Yxy84.73430.36460.3916
Hunter Lab92.0512-8.101230.4567
CIE-Lab93.7685-3.238232.1727

#feedaf color RGB value is (254,237,175).

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

The process color (four color CMYK) of #feedaf color hex is 0.00, 0.07, 0.31, 0.00. Web safe color of #feedaf is #ffff99. Color #feedaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 10101111
Octal 376 355 257
Decimal 254 237 175
Hex FE ED AF

RGB Percentages of Color #feedaf

%38.14
%35.59
%26.28

CMYK Percentages of Color #feedaf

%0
%7
%31
%0

Triadic Colors of #feedaf

#feedaf #affeed #edaffe

Analogous Colors of #feedaf

#feedaf #e8feaf #fec6af

Monochromatic Colors of #feedaf

#feedaf

Complementary Color

#feedaf #afc0fe

#feedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedaf Color CSS Codes

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

#feedaf Text Font Color

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

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


#feedaf Background Color

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

This div background color is #feedaf


#feedaf Border Color

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

This div border color is #feedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedaf

Related Colors


Comments

No comments written yet.

Please login to write comment.