Color Hex Logo

#fedf6a Color Hex

#FEDF6A
(254,223,106)
0 Favorites   0 Comments

Color spaces of #fedf6a

RGB 254223106
HSL0.130.990.71
HSV47°58°100°
CMYK 0.000.120.58   0.00
XYZ69.862274.886824.4081
Yxy74.88680.41300.4427
Hunter Lab86.5372-7.335443.8531
CIE-Lab89.3399-2.814660.1266

#fedf6a color RGB value is (254,223,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01101010
Octal 376 337 152
Decimal 254 223 106
Hex FE DF 6A

RGB Percentages of Color #fedf6a

%43.57
%38.25
%18.18

CMYK Percentages of Color #fedf6a

%0
%12
%58
%0

Triadic Colors of #fedf6a

#fedf6a #6afedf #df6afe

Analogous Colors of #fedf6a

#fedf6a #d3fe6a #fe956a

Monochromatic Colors of #fedf6a

#fedf6a

Complementary Color

#fedf6a #6a89fe

#fedf6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf6a Color CSS Codes

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

#fedf6a Text Font Color

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

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


#fedf6a Background Color

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

This div background color is #fedf6a


#fedf6a Border Color

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

This div border color is #fedf6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf6a


Comments

No comments written yet.

Please login to write comment.