Color Hex Logo

#fed18c Color Hex

#FED18C
(254,209,140)
0 Favorites   0 Comments

Color spaces of #fed18c

RGB 254209140
HSL0.100.980.77
HSV36°45°100°
CMYK 0.000.180.45   0.00
XYZ68.407168.565234.4399
Yxy68.56520.39910.4000
Hunter Lab82.80412.557333.3030
CIE-Lab86.28837.184340.0901

#fed18c color RGB value is (254,209,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 10001100
Octal 376 321 214
Decimal 254 209 140
Hex FE D1 8C

RGB Percentages of Color #fed18c

%42.12
%34.66
%23.22

CMYK Percentages of Color #fed18c

%0
%18
%45
%0

Triadic Colors of #fed18c

#fed18c #8cfed1 #d18cfe

Analogous Colors of #fed18c

#fed18c #f2fe8c #fe988c

Monochromatic Colors of #fed18c

#fed18c

Complementary Color

#fed18c #8cb9fe

#fed18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed18c Color CSS Codes

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

#fed18c Text Font Color

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

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


#fed18c Background Color

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

This div background color is #fed18c


#fed18c Border Color

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

This div border color is #fed18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed18c


Comments

No comments written yet.

Please login to write comment.