Color Hex Logo

#fedf8f Color Hex

#FEDF8F
(254,223,143)
0 Favorites   0 Comments

Color spaces of #fedf8f

RGB 254223143
HSL0.120.980.78
HSV43°44°100°
CMYK 0.000.120.44   0.00
XYZ72.218775.829436.8168
Yxy75.82940.39070.4102
Hunter Lab87.0801-4.353535.8887
CIE-Lab89.78010.305843.0449

#fedf8f color RGB value is (254,223,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10001111
Octal 376 337 217
Decimal 254 223 143
Hex FE DF 8F

RGB Percentages of Color #fedf8f

%40.97
%35.97
%23.06

CMYK Percentages of Color #fedf8f

%0
%12
%44
%0

Triadic Colors of #fedf8f

#fedf8f #8ffedf #df8ffe

Analogous Colors of #fedf8f

#fedf8f #e6fe8f #fea88f

Monochromatic Colors of #fedf8f

#fedf8f

Complementary Color

#fedf8f #8faefe

#fedf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf8f Color CSS Codes

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

#fedf8f Text Font Color

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

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


#fedf8f Background Color

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

This div background color is #fedf8f


#fedf8f Border Color

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

This div border color is #fedf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf8f

Related Colors


Comments

No comments written yet.

Please login to write comment.