Color Hex Logo

#fed36a Color Hex

#FED36A
(254,211,106)
0 Favorites   0 Comments

Color spaces of #fed36a

RGB 254211106
HSL0.120.990.71
HSV43°58°100°
CMYK 0.000.170.58   0.00
XYZ66.768868.700023.3770
Yxy68.70000.42030.4325
Hunter Lab82.8855-1.258041.2977
CIE-Lab86.35533.289556.7161

#fed36a color RGB value is (254,211,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01101010
Octal 376 323 152
Decimal 254 211 106
Hex FE D3 6A

RGB Percentages of Color #fed36a

%44.48
%36.95
%18.56

CMYK Percentages of Color #fed36a

%0
%17
%58
%0

Triadic Colors of #fed36a

#fed36a #6afed3 #d36afe

Analogous Colors of #fed36a

#fed36a #dffe6a #fe896a

Monochromatic Colors of #fed36a

#fed36a

Complementary Color

#fed36a #6a95fe

#fed36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed36a Color CSS Codes

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

#fed36a Text Font Color

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

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


#fed36a Background Color

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

This div background color is #fed36a


#fed36a Border Color

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

This div border color is #fed36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed36a

Related Colors


Comments

No comments written yet.

Please login to write comment.