Color Hex Logo

#fede8f Color Hex

#FEDE8F
(254,222,143)
0 Favorites   0 Comments

Color spaces of #fede8f

RGB 254222143
HSL0.120.980.78
HSV43°44°100°
CMYK 0.000.130.44   0.00
XYZ71.952375.296636.7280
Yxy75.29660.39110.4093
Hunter Lab86.7736-3.842435.6463
CIE-Lab89.53170.814542.7289

#fede8f color RGB value is (254,222,143).

#fede8f hex color red value is 254, green value is 222 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fede8f hue: 0.12 , saturation: 0.98 and the lightness value of fede8f is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 10001111
Octal 376 336 217
Decimal 254 222 143
Hex FE DE 8F

RGB Percentages of Color #fede8f

%41.03
%35.86
%23.10

CMYK Percentages of Color #fede8f

%0
%13
%44
%0

Triadic Colors of #fede8f

#fede8f #8ffede #de8ffe

Analogous Colors of #fede8f

#fede8f #e7fe8f #fea78f

Monochromatic Colors of #fede8f

#fede8f

Complementary Color

#fede8f #8faffe

#fede8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede8f Color CSS Codes

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

#fede8f Text Font Color

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

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


#fede8f Background Color

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

This div background color is #fede8f


#fede8f Border Color

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

This div border color is #fede8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede8f

Related Colors


Comments

No comments written yet.

Please login to write comment.