Color Hex Logo

#fed08f Color Hex

#FED08F
(254,208,143)
0 Favorites   0 Comments

Color spaces of #fed08f

RGB 254208143
HSL0.100.980.78
HSV35°44°100°
CMYK 0.000.180.44   0.00
XYZ68.386968.165835.5395
Yxy68.16580.39740.3961
Hunter Lab82.56263.367732.2721
CIE-Lab86.08937.998038.3118

#fed08f color RGB value is (254,208,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 10001111
Octal 376 320 217
Decimal 254 208 143
Hex FE D0 8F

RGB Percentages of Color #fed08f

%41.98
%34.38
%23.64

CMYK Percentages of Color #fed08f

%0
%18
%44
%0

Triadic Colors of #fed08f

#fed08f #8ffed0 #d08ffe

Analogous Colors of #fed08f

#fed08f #f5fe8f #fe998f

Monochromatic Colors of #fed08f

#fed08f

Complementary Color

#fed08f #8fbdfe

#fed08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed08f Color CSS Codes

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

#fed08f Text Font Color

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

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


#fed08f Background Color

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

This div background color is #fed08f


#fed08f Border Color

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

This div border color is #fed08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed08f

Related Colors


Comments

No comments written yet.

Please login to write comment.