Color Hex Logo

#fed88f Color Hex

#FED88F
(254,216,143)
1 Favorites   0 Comments

Color spaces of #fed88f

RGB 254216143
HSL0.110.980.78
HSV39°44°100°
CMYK 0.000.150.44   0.00
XYZ70.386872.165736.2062
Yxy72.16570.39380.4037
Hunter Lab84.9504-0.764634.1956
CIE-Lab88.04833.879640.8337

#fed88f color RGB value is (254,216,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 10001111
Octal 376 330 217
Decimal 254 216 143
Hex FE D8 8F

RGB Percentages of Color #fed88f

%41.44
%35.24
%23.33

CMYK Percentages of Color #fed88f

%0
%15
%44
%0

Triadic Colors of #fed88f

#fed88f #8ffed8 #d88ffe

Analogous Colors of #fed88f

#fed88f #edfe8f #fea18f

Monochromatic Colors of #fed88f

#fed88f

Complementary Color

#fed88f #8fb5fe

#fed88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed88f Color CSS Codes

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

#fed88f Text Font Color

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

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


#fed88f Background Color

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

This div background color is #fed88f


#fed88f Border Color

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

This div border color is #fed88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed88f

#fed88f Color Palettes


Comments

No comments written yet.

Please login to write comment.