Color Hex Logo

#fed36f Color Hex

#FED36F
(254,211,111)
0 Favorites   0 Comments

Color spaces of #fed36f

RGB 254211111
HSL0.120.990.72
HSV42°56°100°
CMYK 0.000.170.56   0.00
XYZ67.036668.807124.7868
Yxy68.80710.41730.4284
Hunter Lab82.9500-0.906740.3482
CIE-Lab86.40843.653854.4472

#fed36f color RGB value is (254,211,111).

#fed36f hex color red value is 254, green value is 211 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fed36f hue: 0.12 , saturation: 0.99 and the lightness value of fed36f is 0.72.

The process color (four color CMYK) of #fed36f color hex is 0.00, 0.17, 0.56, 0.00. Web safe color of #fed36f is #ffcc66. Color #fed36f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01101111
Octal 376 323 157
Decimal 254 211 111
Hex FE D3 6F

RGB Percentages of Color #fed36f

%44.10
%36.63
%19.27

CMYK Percentages of Color #fed36f

%0
%17
%56
%0

Triadic Colors of #fed36f

#fed36f #6ffed3 #d36ffe

Analogous Colors of #fed36f

#fed36f #e2fe6f #fe8c6f

Monochromatic Colors of #fed36f

#fed36f

Complementary Color

#fed36f #6f9afe

#fed36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed36f Color CSS Codes

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

#fed36f Text Font Color

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

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


#fed36f Background Color

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

This div background color is #fed36f


#fed36f Border Color

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

This div border color is #fed36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed36f

Related Colors


Comments

No comments written yet.

Please login to write comment.